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
onMounted(async()=>{awaitnextTick();awaitcropperImage.value!.$ready();awaitnextTick();// Wait for next tickcropperImage.value!.$center('contain').$zoom(-0.1);// <--- Does it work?});
Describe the bug
I think there is a weird race condition happening when trying to set initia values after image has loaded.
I'm implementing V2 in vue as so:
Expected behavior
I expect that after calling
$ready
I should be able to performa any action on imageDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: