X6 icon indicating copy to clipboard operation
X6 copied to clipboard

边上双击新增文本和双击移除路径点冲突

Open shengaiyishi opened this issue 1 year ago • 3 comments

问题描述

当我在edge上进行双击移除路径点时,会触发双击添加文本

重现链接

重现步骤

1、绘制edge,添加 edge-editor 和 vertices 工具 2、双击edge添加一些路径点 3、双击路径点进行移除,这个时候会移除这个路径点但是同时会触发新增文本

预期行为

双击移除路径点的时候不要触发新增文本,或者可以提供拦截方式

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox ...]
  • X6 版本: [2.11.1 ...]

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

shengaiyishi avatar Nov 13 '23 08:11 shengaiyishi

👋 @shengaiyishi

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. To help make it easier for us to investigate your issue, please follow the contributing guidelines. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

x6-bot[bot] avatar Nov 13 '23 08:11 x6-bot[bot]

edge-editor 与 vertices 双击使用冲突。 segments precision设置较大值,也只能横向拖动。 难搞,有人有解决方案吗?

eevin avatar Mar 15 '24 01:03 eevin

edge-editor 与 vertices 双击使用冲突。 segments precision设置较大值,也只能横向拖动。 难搞,有人有解决方案吗?

没办法的,两个功能操作冲突只能分开,单独实现其中一个,换种操作方式

damnright avatar Jun 04 '24 06:06 damnright