Fix search options not opening on iOS (#549)

* Fix search options not opening on iOS

* cleanup
This commit is contained in:
Sascha Ißbrücker
2023-10-07 10:24:09 +02:00
committed by GitHub
parent 7600fe87f9
commit 5c9f03a715
5 changed files with 40 additions and 28 deletions

View File

@@ -4,6 +4,7 @@ import { ApiClient } from "./api";
import "./behaviors/bookmark-page";
import "./behaviors/bulk-edit";
import "./behaviors/confirm-button";
import "./behaviors/dropdown";
import "./behaviors/modal";
import "./behaviors/global-shortcuts";
import "./behaviors/tag-autocomplete";