Fix Import from Clipboard breakage
This commit is contained in:
parent
7f64c6803a
commit
06a819bf34
|
@ -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…
Reference in New Issue
Block a user