mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 10:58:01 +00:00
Fix TW2 parser crashing on skinny tiddlers
This commit is contained in:
@@ -64,6 +64,7 @@ WikiTextParser.prototype.installRules = function() {
|
||||
};
|
||||
|
||||
WikiTextParser.prototype.parse = function(type,text) {
|
||||
text = text || "";
|
||||
this.source = text;
|
||||
this.nextMatch = 0;
|
||||
this.children = [];
|
||||
|
Reference in New Issue
Block a user