close popups on search page when query changes
This commit is contained in:
parent
29c38b06b2
commit
7d9d45ae10
@ -216,6 +216,7 @@ class DisplaySearch extends Display {
|
|||||||
} else {
|
} else {
|
||||||
this.container.textContent = '';
|
this.container.textContent = '';
|
||||||
}
|
}
|
||||||
|
window.parent.postMessage('popupClose', '*');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.onError(e);
|
this.onError(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user