mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-04 08:12:14 -08:00
Fixed problem with ignored default in wiki.getTiddlerText()
This commit is contained in:
parent
554dffd83f
commit
e88db07085
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue