Fix Import from Clipboard breakage

This commit is contained in:
Dan Stillman 2018-06-09 02:09:46 -04:00
parent 7f64c6803a
commit 06a819bf34

View File

@ -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 {