mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-03 23:38:07 +00:00
Fix typo in action-setfield widget
This commit is contained in:
@@ -57,6 +57,7 @@ SetFieldWidget.prototype.refresh = function(changedTiddlers) {
|
||||
Invoke the action associated with this widget
|
||||
*/
|
||||
SetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {
|
||||
var self = this;
|
||||
if(this.actionValue) {
|
||||
this.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user