微信小程序平台上使用 zero-markdown-view,在流式输出时,touchmove 和 touchend 的事件触发不稳定
@touchstart="onTouchStart"
@touchmove="onTouchMove"
@touchend="onTouchEnd"
流式输出时滑动时 onTouchMove 和 touchend 有是会触发,时而不触发。
流式输出结束后就能稳定触发
微信小程序平台上使用 zero-markdown-view,在流式输出时,touchmove 和 touchend 的事件触发不稳定
@touchstart="onTouchStart"
@touchmove="onTouchMove"
@touchend="onTouchEnd"
流式输出时滑动时 onTouchMove 和 touchend 有是会触发,时而不触发。
流式输出结束后就能稳定触发
0 个回复