mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 15:35:45 +01:00
Fix a bug in replacing user commands. Closes issue #88.
--HG-- extra : rebase_source : 3d5045b548a81ec70e43ab1e3d006a975f95b974
This commit is contained in:
@@ -2045,6 +2045,7 @@ const Dactyl = Module("dactyl", {
|
||||
dactyl.execute(cmd);
|
||||
});
|
||||
|
||||
dactyl.fullyInitialized = true;
|
||||
dactyl.triggerObserver("enter", null);
|
||||
autocommands.trigger("Enter", {});
|
||||
}, 0);
|
||||
|
||||
Reference in New Issue
Block a user