LinkCatcherWidget: Add variable containing target tiddler

This commit is contained in:
Jermolene
2017-07-07 12:16:14 +01:00
parent 16d867d380
commit dc295b2536
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ LinkCatcherWidget.prototype.handleNavigateEvent = function(event) {
this.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));
}
if(this.catchActions) {
this.invokeActionString(this.catchActions,this);
this.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo});
}
return false;
};