mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-01 16:52:49 +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:
parent
7632a3317a
commit
fecb7edca4
@ -82,7 +82,7 @@ MessageCatcherWidget.prototype.render = function(parent,nextSibling) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Render children
|
// Render children
|
||||||
this.renderChildren(parent,null);
|
this.renderChildren(parent,nextSibling);
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user