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

scroll 组件里面用 textrarea 表单,不能滑动或者滚动

Open Paulhejia opened this issue 7 years ago • 1 comments

image image 改成 这样就能 兼容了 touchMove(){

if (e.target.tagName.match(/input|textarea|select/i)) { return }else{ e.preventDefault(); } this.scroller.doTouchMove(e.touches, e.timeStamp) }

Paulhejia avatar Jun 14 '17 13:06 Paulhejia

不好使啊

clll7 avatar Dec 27 '17 02:12 clll7