mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-24 20:36:56 +00:00
Fix problem with lazy loading images
Fixes @2263 Thanks @buggyj
This commit is contained in:
parent
a11a4de6af
commit
e3415796b2
@ -87,6 +87,9 @@ ImageWidget.prototype.render = function(parent,nextSibling) {
|
||||
src = _canonical_uri;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
// Just trigger loading of the tiddler
|
||||
this.wiki.getTiddlerText(this.imageSource);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user