mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +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) {
|
if(checked) {
|
||||||
newTags.push(this.checkboxTag);
|
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