mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 14:35:46 +01:00
updated TODO (:ha! seems broken)
This commit is contained in:
@@ -1274,8 +1274,8 @@ function CommandLine() //{{{
|
||||
}
|
||||
else if (event.type == "input")
|
||||
{
|
||||
liberator.dump("input: " + command);
|
||||
this.resetCompletions(); // -> already handled by "keypress" below (hopefully), so don't do it twice
|
||||
//liberator.dump("input: " + command);
|
||||
this.resetCompletions();
|
||||
liberator.triggerCallback("change", currentExtendedMode, command);
|
||||
}
|
||||
else if (event.type == "keypress")
|
||||
|
||||
Reference in New Issue
Block a user