mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-12 21:05:42 +00:00
LinkCatcherWidget: Add variable containing target tiddler
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user