From 291a94173c5ea022f75b4eee07e6e0c97a04ff7a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 08:06:59 +0200 Subject: Adding 45/vertical-workspaces version 37+20240412 [9b05a79]. Signed-off-by: Daniel Baumann --- extensions/45/vertical-workspaces/lib/searchController.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/45/vertical-workspaces/lib/searchController.js') diff --git a/extensions/45/vertical-workspaces/lib/searchController.js b/extensions/45/vertical-workspaces/lib/searchController.js index e69bc90..1722f15 100644 --- a/extensions/45/vertical-workspaces/lib/searchController.js +++ b/extensions/45/vertical-workspaces/lib/searchController.js @@ -3,7 +3,7 @@ * searchController.js * * @author GdH - * @copyright 2022 - 2023 + * @copyright 2022 - 2024 * @license GPL-3.0 * */ @@ -51,15 +51,15 @@ export const SearchControllerModule = class { _activateModule() { if (!this._originalOnStageKeyPress) - this._originalOnStageKeyPress = Main.overview._overview.controls._searchController._onStageKeyPress; + this._originalOnStageKeyPress = Main.overview.searchController._onStageKeyPress; - Main.overview._overview.controls._searchController._onStageKeyPress = SearchControllerCommon._onStageKeyPress; + Main.overview.searchController._onStageKeyPress = SearchControllerCommon._onStageKeyPress; console.debug(' SearchControllerModule - Activated'); } _disableModule() { if (this._originalOnStageKeyPress) - Main.overview._overview.controls._searchController._onStageKeyPress = this._originalOnStageKeyPress; + Main.overview.searchController._onStageKeyPress = this._originalOnStageKeyPress; this._originalOnStageKeyPress = null; console.debug(' SearchControlerModule - Disabled'); -- cgit v1.2.3