1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

fix refresh-blocker

This commit is contained in:
BurningTreeC 2024-09-29 08:12:53 +02:00
parent 0d6d781d2b
commit 456cded4bb

View File

@ -30,7 +30,7 @@ RefreshBlockerWidget.prototype.render = function(parent,nextSibling) {
this.parentDomNode = parent; this.parentDomNode = parent;
this.computeAttributes(); this.computeAttributes();
this.execute(); this.execute();
this.renderChildren(parent,null); this.renderChildren(parent,nextSibling);
}; };
/* /*