mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:12:28 +01:00
Fix shortcomings in last commit.
This commit is contained in:
@@ -39,7 +39,7 @@ var HintSession = Class("HintSession", CommandMode, {
|
||||
|
||||
this.top = opts.window || content;
|
||||
this.top.addEventListener("resize", hints.resizeTimer.closure.tell, true);
|
||||
this.top.addEventListener("dactyl-commandupdate", hints.resizeTimer.closure.tell, true);
|
||||
this.top.addEventListener("dactyl-commandupdate", hints.resizeTimer.closure.tell, false, true);
|
||||
|
||||
this.generate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user