bookmark-notes
bookmark-notes copied to clipboard
Don't listen to onCreated while user is importing bookmarks
The extension currently doesn't distinguish between bookmarks.onCreated
as a standalone event, and bookmarks.onCreated
as a result of the user importing bookmarks from a previous backup or export. Since the WebExtensions API allows for this distinction, we should take advantage of it and avoid handling the event until the import is over.