From fe55f0688664e38b0e299c371a90dfe80ef8d3f7 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 22 Nov 2014 06:51:01 +0000 Subject: Revert 3f3f256e1abe2a7795ba89ff6b84d4b81fb0a7e2. On reflection, 3f3f256e1abe2a7795ba89ff6b84d4b81fb0a7e2 seems like a bad idea. It's unnecessary, and risks unforeseen consequences. --- content_scripts/vimium_frontend.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index a98b6254..34fd56d5 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -567,7 +567,7 @@ isInsertMode = -> # Some sites (e.g. inbox.google.com) change the contentEditable attribute on the fly (see #1245); and # unfortunately, isEditable() is called *before* the change is made. Therefore, we need to re-check whether # the active element is contentEditable. - document.activeElement and document.activeElement.isContentEditable and !findMode and + document.activeElement and document.activeElement.isContentEditable and enterInsertModeWithoutShowingIndicator document.activeElement # should be called whenever rawQuery is modified. -- cgit v1.2.3