VisActor / VTable

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://visactor.io/vtable
MIT License
1.68k stars 142 forks source link

[Bug] 移动端列宽调整异常 #2012

Open waljl opened 3 months ago

waljl commented 3 months ago

Version

1.4.0

Link to Minimal Reproduction

https://visactor.io/vtable/demo/performance/async-data

Steps to Reproduce

移动端浏览器打开地址调整列宽

Current Behavior

调整列宽时表格不应跟随滑动

Expected Behavior

调整列宽时表格跟随滑动,宽度指示线错位

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

fangsmile commented 3 months ago

试了下确实有bug 移动端下是长按(2s)才会触发调整列宽功能(这个长按目前是没有问题的)。现在是非长按也触发显示了高亮线,这个是不对的 @waljl 非长按的bug 你这如果方便的话 可以看看逻辑 看看能不能提个pr修改??