mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 22:06:05 +00:00
Fixed refresh logic of element widget
This commit is contained in:
@@ -67,8 +67,7 @@ ElementWidget.prototype.refresh = function(changedTiddlers) {
|
||||
// Update our attributes
|
||||
this.assignAttributes(this.domNodes[0]);
|
||||
}
|
||||
var hasRefreshed = this.refreshChildren(changedTiddlers);
|
||||
return hasRefreshed || hasChangedAttributes;
|
||||
return this.refreshChildren(changedTiddlers) || hasChangedAttributes;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user