mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixed problem with ignored default in wiki.getTiddlerText()
This commit is contained in:
parent
554dffd83f
commit
e88db07085
@ -44,7 +44,7 @@ exports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {
|
||||
} else if(tr.index) {
|
||||
return this.extractTiddlerDataItem(title,tr.index,defaultText);
|
||||
} else {
|
||||
return this.getTiddlerText(title);
|
||||
return this.getTiddlerText(title,defaultText);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user