mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	| @@ -67,7 +67,13 @@ SendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) { | |||||||
| 		} | 		} | ||||||
| 	}); | 	}); | ||||||
| 	// Dispatch the message | 	// 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 | 	return true; // Action was invoked | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene