mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 11:24:11 +01:00
VERY hacky fix to allow :side<tab><space><tab> completion
This commit is contained in:
@@ -1102,7 +1102,7 @@ liberator.Events = function () //{{{
|
||||
}
|
||||
}
|
||||
|
||||
var stop = true; // set to false if we should NOT consume this event but let also firefox handle it
|
||||
var stop = true; // set to false if we should NOT consume this event but let Firefox handle it
|
||||
|
||||
var win = document.commandDispatcher.focusedWindow;
|
||||
if (win && win.document.designMode == "on" && !liberator.config.isComposeWindow)
|
||||
|
||||
Reference in New Issue
Block a user