mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-21 18:28:55 +00:00
co-authored by
Saq Imtiaz
parent
f2fbcf60a2
commit
0ffb4d988b
@@ -173,7 +173,7 @@ exports.parseFilter = function(filterString) {
|
||||
match = operandRegExp.exec(filterString);
|
||||
if(match && match.index === p) {
|
||||
if(match[1]) {
|
||||
// If there is a filter run prefix
|
||||
// If there is a filter pragma
|
||||
operation.pragma = match[1];
|
||||
operation.suffix = match[2];
|
||||
p = p + operation.pragma.length;
|
||||
|
||||
Reference in New Issue
Block a user