This commit is contained in:
Jeremy Ruston
2023-11-13 09:16:19 +00:00
parent 793692a4e4
commit a1bffa7e36
+1 -1
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-"