diff options
Diffstat (limited to 'ext/js/display/search-main.js')
| -rw-r--r-- | ext/js/display/search-main.js | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/js/display/search-main.js b/ext/js/display/search-main.js index 04886bc8..7d39b3b7 100644 --- a/ext/js/display/search-main.js +++ b/ext/js/display/search-main.js @@ -20,6 +20,7 @@   * DocumentFocusController   * HotkeyHandler   * JapaneseUtil + * SearchActionPopupController   * SearchDisplayController   * SearchPersistentStateController   * wanakana @@ -33,6 +34,9 @@          const searchPersistentStateController = new SearchPersistentStateController();          searchPersistentStateController.prepare(); +        const searchActionPopupController = new SearchActionPopupController(searchPersistentStateController); +        searchActionPopupController.prepare(); +          await yomichan.prepare();          const {tabId, frameId} = await yomichan.api.frameInformationGet();  |