mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix problem that was stopping buttons being able to set tiddlers to the empty string
This commit is contained in:
parent
ac879b165d
commit
fb76ee5606
@ -99,7 +99,7 @@ ButtonWidget.prototype.handleClickEvent = function(event) {
|
||||
this.triggerPopup(event);
|
||||
handled = true;
|
||||
}
|
||||
if(this.set && this.setTo) {
|
||||
if(this.set) {
|
||||
this.setTiddler();
|
||||
handled = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user