You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't create promise or invoke onload for data uri images
- Stash prior input image src string as the this._imgSrc property
- Pull datauti code outside of the promise, so that we skip creating
the promise and skip creating an Image() object, and skip running the
onload function.
0 commit comments