Fixes #780, Quicksearch lost after dragging item to collection
This commit is contained in:
parent
03494d7405
commit
8997c86e41
|
@ -437,7 +437,8 @@ Zotero.ItemTreeView.prototype.notify = function(action, type, ids, extraData)
|
|||
// Otherwise re-run the search, which refreshes the item list
|
||||
else
|
||||
{
|
||||
if (activeWindow) {
|
||||
// For item adds, clear quicksearch
|
||||
if (activeWindow && type == 'item') {
|
||||
quicksearch.value = '';
|
||||
}
|
||||
quicksearch.doCommand();
|
||||
|
|
Loading…
Reference in New Issue
Block a user