Fix popover focus

This commit is contained in:
Tanya Fomina 2022-10-28 19:26:44 +03:00
commit 616b882add

View file

@ -237,9 +237,9 @@ export default class Popover extends EventsDispatcher<PopoverEvent> {
this.flipper.activate();
if (this.searchable) {
window.requestAnimationFrame(() => {
setTimeout(() => {
this.search.focus();
});
}, 100);
}
if (isMobileScreen()) {