mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:37:59 +01:00
Fix bugs.
This commit is contained in:
@@ -263,7 +263,7 @@ var CommandWidgets = Class("CommandWidgets", {
|
||||
}
|
||||
[this.commandbar.container, this.statusbar.container].forEach(check);
|
||||
|
||||
if (this.initialized && loaded.mow && mow.visible)
|
||||
if (this.initialized && loaded.has("mow") && mow.visible)
|
||||
mow.resize(false);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user