From 005f9658d98143ea1189482ae627405c8bf5a566 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 21 Nov 2021 15:54:58 -0500 Subject: Action handler name disambiguation (#2018) * Disambiguate PopupFactory action handlers * Update HotkeyHandler action names * Disambiguate Frontend action handlers * Disambiguate Display action handlers * Disambiguate PopupPreviewFrame action handlers * Disambiguate Yomichan action handlers * Disambiguate Frontend action handlers * Disambiguate Display action handlers * Disambiguate SearchDisplayController action handlers --- ext/js/input/hotkey-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/input') diff --git a/ext/js/input/hotkey-handler.js b/ext/js/input/hotkey-handler.js index 6c63aebb..90cae462 100644 --- a/ext/js/input/hotkey-handler.js +++ b/ext/js/input/hotkey-handler.js @@ -43,7 +43,7 @@ class HotkeyHandler extends EventDispatcher { this._isPrepared = true; this._updateEventHandlers(); yomichan.crossFrame.registerHandlers([ - ['hotkeyHandler.forwardHotkey', {async: false, handler: this._onMessageForwardHotkey.bind(this)}] + ['HotkeyHandler.forwardHotkey', {async: false, handler: this._onMessageForwardHotkey.bind(this)}] ]); } -- cgit v1.2.3