mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 21:57:59 +01:00
Fix local mapping bug. Change statusline API slightly.
This commit is contained in:
@@ -184,7 +184,7 @@ var Modes = Module("modes", {
|
||||
if (prefs.get("accessibility.browsewithcaret"))
|
||||
prefs.set("accessibility.browsewithcaret", false);
|
||||
|
||||
statusline.updateUrl();
|
||||
statusline.updateStatus();
|
||||
if (!stack.fromFocus && prev.main.ownsFocus)
|
||||
dactyl.focusContent(true);
|
||||
if (prev.main == modes.NORMAL) {
|
||||
|
||||
Reference in New Issue
Block a user