mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:37:57 +01:00
Fix some CPOW issues. Everything is still terrible, though.
This commit is contained in:
@@ -784,7 +784,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
|
||||
context.keys = { text: identity, description: editor.bound.getRegister };
|
||||
|
||||
context.match = function (r) {
|
||||
return !this.filter || this.filter.contains(r);
|
||||
return !this.filter || this.filter.includes(r);
|
||||
};
|
||||
|
||||
context.fork("clipboard", 0, this, ctxt => {
|
||||
|
||||
Reference in New Issue
Block a user