You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your feedback! We have received your question and will deal with it later.
If any developer is interested in this issue, please leave a message "claim this issue" below the issue. Welcome to participate in open source co-construction!
We are very grateful to every contributor. After submitting the PR, we will prepare a gift for the developers who participated in the co-construction.
For participation in co-construction, please refer to: https://visactor.io/vtable/guide/Contribution_Guide
To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group!
Thank you again for your support!
因为我要做个右键菜单,自带的不是很满足,所以我想通过事件自己做自定义菜单。
问题:onMouseUpCell现在似乎不支持右键,onContextMenuCell是在右键按下触发。 当我使用onMouseUpCell可以正常打开我的菜单,但是只能用左键,当我使用onContextMenuCell,按下右键打开能打开菜单,但是松开自动关闭了菜单。
期望:onMouseUpCell是否能支持右键,因为里面参数event.button是可以判断的。onContextMenuCell能否增加按下和松开两种行为。
The text was updated successfully, but these errors were encountered: