We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e476656 commit 5030bc4Copy full SHA for 5030bc4
1 file changed
lib/image.js
@@ -88,6 +88,8 @@ function getSource(img){
88
}
89
90
function setSource(img, src, origSrc){
91
- SetSource.call(img, src);
+ process.nextTick(function(){
92
+ SetSource.call(img, src);
93
+ });
94
img._originalSource = origSrc;
95
0 commit comments