1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-02-02 16:20:23 +00:00

Fix crash in browser

This commit is contained in:
Jeremy Ruston
2025-07-25 09:38:32 +01:00
parent 1752eba1e8
commit 2ea6153a74

View File

@@ -31,5 +31,7 @@ exports.startup = function() {
$tw.modules.applyMethods("tiddlerdeserializer",$tw.Wiki.tiddlerDeserializerModules);
$tw.macros = $tw.modules.getModulesByTypeAsHashmap("macro");
$tw.wiki.initParsers();
$tw.Commander.initCommands();
if($tw.node) {
$tw.Commander.initCommands();
}
};