1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-02 21:49:04 +00:00

Useful to give the start method access to the widget

This commit is contained in:
Jeremy Ruston
2025-05-02 10:29:53 +01:00
parent 6eddffd7c5
commit 8711726ecd

View File

@@ -387,7 +387,7 @@ exports.compileFilter = function(filterString,options) {
widget = $tw.rootWidget;
}
if(wrappers.start) {
wrappers.start(source);
wrappers.start(source,widget);
}
var results = new $tw.utils.LinkedList();
self.filterRecursionCount = (self.filterRecursionCount || 0) + 1;