Skip to content

Commit

Permalink
fix running error on taobao platform (#17699)
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeng-song authored Oct 11, 2024
1 parent ecf0b35 commit 1ecdb7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ downloader.register({
});

function loadImage (url, options, onComplete) {
const img = window.screencanvas.createImage();
const img = $global.screencanvas.createImage();

function loadCallback () {
img.onload = null;
Expand Down

0 comments on commit 1ecdb7c

Please sign in to comment.