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) {}
|
} catch(e) {}
|
||||||
|
|
||||||
yield _finishImport(translation, false);
|
yield _finishImport({
|
||||||
|
translation,
|
||||||
|
createNewCollection: false
|
||||||
|
});
|
||||||
|
|
||||||
// Select imported items
|
// Select imported items
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue