mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-17 11:02:11 -07:00
Fix checkbox widget to update modified and modifier fields
This commit is contained in:
parent
654f48b14d
commit
d42fb673f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue