mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:24:11 +01:00
Fix non-auto completions. Possibly break something else.
This commit is contained in:
@@ -1416,9 +1416,7 @@ function CommandLine() //{{{
|
||||
{
|
||||
autocompleteTimer.reset();
|
||||
if (completions)
|
||||
completions.context.reset();
|
||||
// Needed?
|
||||
//completions.reset();
|
||||
completions.reset();
|
||||
if (history)
|
||||
history.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user