mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
parent
86e901f375
commit
61b75be94c
@ -67,7 +67,13 @@ SendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {
|
||||
}
|
||||
});
|
||||
// Dispatch the message
|
||||
this.dispatchEvent({type: this.actionMessage, param: param, paramObject: paramObject, tiddlerTitle: this.getVariable("currentTiddler")});
|
||||
this.dispatchEvent({
|
||||
type: this.actionMessage,
|
||||
param: param,
|
||||
paramObject: paramObject,
|
||||
tiddlerTitle: this.getVariable("currentTiddler"),
|
||||
navigateFromTitle: this.getVariable("storyTiddler")
|
||||
});
|
||||
return true; // Action was invoked
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user