mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-19 16:20:43 +00:00
fix: render invisible comment and parsemode as data element
This commit is contained in:
@@ -133,7 +133,7 @@ exports.serializeParseTree = function serializeParseTree(tree,tiddlerType) {
|
||||
$tw.utils.each(tree,function(node) {
|
||||
output.push(serializeParseTree(node,tiddlerType));
|
||||
});
|
||||
} else {
|
||||
} else if(tree) {
|
||||
if(tree.type === "text" && !tree.rule) {
|
||||
output.push(tree.text);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user