vue-cropper icon indicating copy to clipboard operation
vue-cropper copied to clipboard

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

Open Muzlin opened this issue 4 years ago • 3 comments

解决办法:

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

Muzlin avatar Sep 28 '20 09:09 Muzlin

好的 👍

xyxiao001 avatar Oct 12 '20 06:10 xyxiao001

解决办法:

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

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

hhmimi avatar Jun 27 '22 06:06 hhmimi

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

Kento97 avatar Mar 31 '23 07:03 Kento97