Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue3 中使用内置的Tooltip无法消失 #5966

Closed
weiyuxiang0125 opened this issue Jul 2, 2024 · 3 comments
Closed

vue3 中使用内置的Tooltip无法消失 #5966

weiyuxiang0125 opened this issue Jul 2, 2024 · 3 comments
Labels
Outdate This issue is too old to be resolved

Comments

@weiyuxiang0125
Copy link

Describe the bug / 问题描述

版本:
G6:4.8.21,
vue:3.4.27
我设置的内置的tooltip,显示正确,但是移出节点的时候,Tooltip依旧显示,没有消失!在vue2中是正常的

Reproduction link / 重现链接

No response

Steps to Reproduce the Bug or Issue / 重现步骤

No response

G6 Version / G6 版本

4.x

Operating System / 操作系统

macOS

Browser / 浏览器

Chrome

Additional context / 补充说明

modes: {
default: [
{
type: "tooltip",
formatText(model) {
var text = content;
return text;
},
shouldBegin(e) {
return that.tooltipFlag;
},
shouldUpdate() {
return true;
},
},
"drag-canvas",
"zoom-canvas",
],
},

@Aarebecca
Copy link
Contributor

目前没有收到更多 Vue3 用户的类似反馈,建议先进行自查

@Aarebecca Aarebecca added the Outdate This issue is too old to be resolved label Jul 8, 2024
Copy link

github-actions bot commented Jul 8, 2024

This issue has been closed because it has been outdate for a long time.
Please open a new issue if you still need help.

这个 issue 已经被关闭,因为 它已经过期很久了
如果你仍然需要帮助,请创建一个新的 issue。

@github-actions github-actions bot closed this as completed Jul 8, 2024
@wuyadan
Copy link

wuyadan commented Jul 26, 2024

同样的问题,鼠标从节点移开,tooltip不关闭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Outdate This issue is too old to be resolved
Projects
None yet
Development

No branches or pull requests

3 participants