kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix checkbox widget to update `modified` and `modifier` fields
rodzic
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()));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue