mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 00:14:39 +00:00
@@ -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