1
0
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:
Kris Maglione
2010-10-15 14:10:06 -04:00
parent 81aa34c418
commit c683abc281
4 changed files with 11 additions and 8 deletions

View File

@@ -2045,6 +2045,7 @@ const Dactyl = Module("dactyl", {
dactyl.execute(cmd);
});
dactyl.fullyInitialized = true;
dactyl.triggerObserver("enter", null);
autocommands.trigger("Enter", {});
}, 0);