mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 22:40:01 +00:00
Fix checkbox widget to update modified
and modifier
fields
This commit is contained in:
parent
654f48b14d
commit
d42fb673f8
@ -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()));
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user