VTable
VTable copied to clipboard
CONTEXTMENU_CELL在移动端无效
Version
Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/vtable-export-umd-forked-v22qtc?file=%2Fsrc%2Findex.ts%3A56%2C11
Steps to Reproduce
tableInstance.on(ListTable.EVENT_TYPE.CONTEXTMENU_CELL, (args) => {
console.log("contextmenu_cell", args);
});
Current Behavior
PC端右键单元格能触发绑定事件, 移动端长按无法触发.
Expected Behavior
移动端长按应该触发右键时间
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response