Restore itemTree::saveSelection()
Deprecated for years, but used by ZotFile
This commit is contained in:
parent
8d3adb6f46
commit
ba7d0a18aa
1 changed files with 6 additions and 1 deletions
|
@ -1770,7 +1770,12 @@ var ItemTree = class ItemTree extends LibraryTree {
|
|||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
saveSelection() {
|
||||
Zotero.debug("ItemTree::saveSelection() is deprecated -- use getSelectedItems(true)");
|
||||
return this.getSelectedItems(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an array of items of visible items in current sort order
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue