mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 15:55:47 +01:00
Fix <fast-typing><Tab> problems caused by substring preview.
This commit is contained in:
@@ -34,6 +34,7 @@ function Script(name)
|
||||
return plugins.contexts[name];
|
||||
plugins.contexts[name] = this;
|
||||
this.NAME = name;
|
||||
this.__context__ = this;
|
||||
}
|
||||
Script.prototype = plugins;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user