From 06a819bf34aab65d33c178b94ffbef5ce499b13a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 9 Jun 2018 02:09:46 -0400 Subject: [PATCH] Fix Import from Clipboard breakage --- chrome/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 index 8709af9c5..f47d9258d 100644 --- 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 {