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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user