bookmark-notes icon indicating copy to clipboard operation
bookmark-notes copied to clipboard

Don't listen to onCreated while user is importing bookmarks

Open wincohi opened this issue 6 years ago • 0 comments

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.

wincohi avatar Sep 26 '18 02:09 wincohi