mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-20 04:12:18 +00:00
Fix checkbox widget to update modified and modifier fields
This commit is contained in:
@@ -70,7 +70,7 @@ CheckboxWidget.prototype.handleChangeEvent = function(event) {
|
||||
if(checked) {
|
||||
newTags.push(this.checkboxTag);
|
||||
}
|
||||
this.wiki.addTiddler(new $tw.Tiddler(tiddler,{tags: newTags}));
|
||||
this.wiki.addTiddler(new $tw.Tiddler(tiddler,{tags: newTags},this.wiki.getModificationFields()));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user