statusCanvas

This commit is contained in:
oc 2018-12-07 01:15:44 +08:00
parent 15b71dc60c
commit fa0692fd91

View File

@ -665,10 +665,6 @@ editor_mode = function (editor) {
callback(image);
}
image.src = content;
if (image.complete) {
callback(image);
return;
}
}
catch (e) {
printe(e);