mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 11:34:12 +01:00
Add forgotten dequote call.
This commit is contained in:
@@ -627,7 +627,7 @@ var Mappings = Module("mappings", {
|
||||
filters: Option.splitList(args[1], true).map(function (pattern) {
|
||||
let [, res, filter] = /^(!?)(.*)/.exec(pattern);
|
||||
|
||||
return update(Styles.matchFilter(filter), {
|
||||
return update(Styles.matchFilter(Option.dequote(filter)), {
|
||||
result: !res,
|
||||
toString: function () pattern
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user