Replies: 2 comments
-
因为升级5.x 有问题 故只能使用4.x版本 |
Beta Was this translation helpful? Give feedback.
0 replies
-
使用node:mouseout 发现事件会冒泡,节点中增加了增删改按钮,移入这些按钮时同样会触发mouseout事件 使用阻止事件冒泡 发现不生效 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前用的是内置的节点离开事件 graph.value.on('node:mouseleave', (evt) => {})
Beta Was this translation helpful? Give feedback.
All reactions