mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 11:24:12 +01:00
added vimperator.config.mainWidget
This commit is contained in:
@@ -392,7 +392,7 @@ vimperator.Events = function () //{{{
|
||||
doc.pageIsFullyLoaded = 1;
|
||||
|
||||
// code which is only relevant if the page load is the current tab goes here:
|
||||
if (doc == getBrowser().selectedBrowser.contentDocument)
|
||||
if (!vimperator.tabs || doc == getBrowser().selectedBrowser.contentDocument)
|
||||
{
|
||||
// we want to stay in command mode after a page has loaded
|
||||
// XXX: Does this still causes window map events which is _very_ annoying
|
||||
|
||||
Reference in New Issue
Block a user