VTable icon indicating copy to clipboard operation
VTable copied to clipboard

CONTEXTMENU_CELL在移动端无效

Open fuxingjun opened this issue 8 months ago • 1 comments

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

fuxingjun avatar Jun 28 '24 08:06 fuxingjun