kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix problem with parseTextReference not recognising missing indices
rodzic
d7cb82d65d
commit
a637af022d
|
@ -830,7 +830,7 @@ exports.parseTextReference = function(title,field,index,options) {
|
|||
}
|
||||
return this.parseText("text/vnd.tiddlywiki",text.toString(),options);
|
||||
} else if(index) {
|
||||
text = this.extractTiddlerDataItem(tiddler,index,"");
|
||||
text = this.extractTiddlerDataItem(tiddler,index,undefined);
|
||||
if(text === undefined) {
|
||||
return null;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue