mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Lazy loading should be forced for indexing also
This commit is contained in:
parent
be2a74d623
commit
7eb8301020
@ -844,6 +844,7 @@ exports.parseTextReference = function(title,field,index,options) {
|
||||
}
|
||||
return this.parseText("text/vnd.tiddlywiki",text.toString(),options);
|
||||
} else if(index) {
|
||||
this.getTiddlerText(title); // Force the tiddler to be lazily loaded
|
||||
text = this.extractTiddlerDataItem(tiddler,index,undefined);
|
||||
if(text === undefined) {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user