1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-05 09:36:18 +00:00
This commit is contained in:
Jeremy Ruston 2023-11-13 09:16:19 +00:00
parent 793692a4e4
commit a1bffa7e36

View File

@ -269,7 +269,7 @@ ButtonWidget.prototype.refresh = function(changedTiddlers) {
if(changedAttributes["class"]) {
this.updateDomNodeClasses();
}
this.assignAttributes(domNode,{
this.assignAttributes(this.domNodes[0],{
changedAttributes: changedAttributes,
sourcePrefix: "data-",
destPrefix: "data-"