1
0
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:
Martin Stubenschrott
2008-06-06 14:47:24 +00:00
parent d3552663d2
commit f735f772e4
2 changed files with 17 additions and 3 deletions

View File

@@ -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)