Possible fix of appearing inline query

This commit is contained in:
morethanwords 2022-01-10 23:35:46 +04:00
parent 8e1a51fa59
commit aac9d5bb6c

View File

@ -93,6 +93,7 @@ export default class AutocompleteHelper extends EventListenerBase<{
this.addEventListener('hidden', () => {
this.resetTarget = undefined;
this.attach = undefined;
this.detach = undefined;
list.innerHTML = '';