www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 06a819bf34aab65d33c178b94ffbef5ce499b13a
parent 7f64c6803a335b53974d6234d1dd32a65b0b7c15
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat,  9 Jun 2018 02:09:46 -0400

Fix Import from Clipboard breakage

Diffstat:
Mchrome/content/zotero/fileInterface.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js @@ -378,7 +378,10 @@ var Zotero_File_Interface = new function() { } } catch(e) {} - yield _finishImport(translation, false); + yield _finishImport({ + translation, + createNewCollection: false + }); // Select imported items try {