1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 19:56:39 +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.computeAttributes();
this.execute();
this.renderChildren(parent,null);
this.renderChildren(parent,nextSibling);
};
/*