update view widget

This commit is contained in:
BurningTreeC 2024-04-07 14:15:22 +02:00
parent 6f2ff9af9f
commit a7fcfae677
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ ViewHandler.prototype.createFakeWidget = function() {
});
this.fakeNode = $tw.fakeDocument.createElement("div");
this.fakeWidget.makeChildWidgets();
this.fakeWidget.renderChildren(this.fakeNode,null);
this.fakeWidget.render(this.fakeNode,null);
};
ViewHandler.prototype.refreshWikified = function(changedTiddlers) {