mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 23:17:02 +00:00
Fix problem with lazy loading images
Fixes @2263 Thanks @buggyj
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user