We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a4887 commit 1c84fc1Copy full SHA for 1c84fc1
1 file changed
src/packages/__VUE/avatarcropper/index.taro.vue
@@ -354,6 +354,7 @@ export default create({
354
355
state.defScale = cropperWidth / (isPortrait ? drawImg.width : drawImg.height)
356
resetScale()
357
+ await Promise.resolve()
358
draw()
359
}
360
0 commit comments