From e05f376157e06a63264a18418947a07c110018a0 Mon Sep 17 00:00:00 2001 From: girst Date: Sun, 1 Dec 2019 18:51:05 +0100 Subject: [PATCH] undo useless hint exclusion this was originally introduced to "remove unnecessary hints markers in the addon manager"(@94f5252), but about:addons has since been rewritten and this actually breaks the search box on about:preferences and about:addons, as well as on the old xul-about:config. --- extension/lib/commands-frame.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/lib/commands-frame.coffee b/extension/lib/commands-frame.coffee index 18d608a..ab943b0 100644 --- a/extension/lib/commands-frame.coffee +++ b/extension/lib/commands-frame.coffee @@ -322,7 +322,6 @@ commands.follow = helper_follow.bind( (element.classList?.contains('overflowing') or element.classList?.contains('shrinkToFit')) type = 'clickable' - type = null if isXUL and element.classList?.contains('textbox-input') return type ) -- 2.39.3