1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Fix typo in messagecatcher widget

I think this was a copy-paste error, but would appreciate other eyes on this...
This commit is contained in:
jeremy@jermolene.com 2023-01-16 19:34:02 +00:00
parent 7632a3317a
commit fecb7edca4

View File

@ -82,7 +82,7 @@ MessageCatcherWidget.prototype.render = function(parent,nextSibling) {
}
});
// Render children
this.renderChildren(parent,null);
this.renderChildren(parent,nextSibling);
};
/*