Make the window.onresize handler not change focus

This commit is contained in:
toasted-nutbread 2019-10-05 22:11:05 -04:00
parent cd6d4e7ee1
commit 113cc725c1

View File

@ -145,7 +145,7 @@ class Frontend {
}
onResize() {
this.searchClear(true);
this.searchClear(false);
}
onClick(e) {