xyxiao001 / vue-cropper

A simple picture clipping plugin for vue
https://github.xyxiao.cn/vue-cropper/docs/vue3.html
MIT License
4.3k stars 695 forks source link

裁剪的时候如果开启canScale属性,某些机型的浏览器会造成滚动失效 #481

Open Muzlin opened 3 years ago

Muzlin commented 3 years ago

解决办法:

  1. canScale: false 2.源码增加代码 beforeDestroy () { window.removeEventListener(this.support, this.changeSize) } 作者大佬可以看一下
xyxiao001 commented 3 years ago

好的 👍

hhmimi commented 2 years ago

解决办法:

  1. canScale: false 2.增加源代码 beforeDestroy() { window.removeEventListener(this.support, this.changeSize) } 作者大佬可以看一下

麻烦问下您是怎么增加源代码的呢

Kento97 commented 1 year ago

https://github.com/xyxiao001/vue-cropper/issues/459