mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Fix Import from Clipboard breakage
This commit is contained in:
parent
7f64c6803a
commit
06a819bf34
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue