Advanced search: do not run search on adding condition
https://forums.zotero.org/discussion/113522/zotero-7-beta-unresponsive-during-advanced-search
This commit is contained in:
parent
1811c77f85
commit
61db9ff0cc
1 changed files with 2 additions and 1 deletions
|
@ -735,7 +735,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
onAddClicked() {
|
||||
onAddClicked(event) {
|
||||
event.preventDefault();
|
||||
if (this.parent){
|
||||
let ref = this.parent.search.getCondition(
|
||||
this.parent.search.addCondition(
|
||||
|
|
Loading…
Reference in a new issue