We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@BDN233 在leafer的图形树结构中,box实际在box内子元素的“上方”。 所以box阻挡住了rect元素的拾取,且box不在includesType中,所以没有展示任何提示框。 当前插件版本中,可以使用如下配置拾取Rect元素。
new TooltipPlugin(app, { includesType: ['Rect'], excludesType: ['Box'], throughExcludes: true, })
后续考虑优化这部分拾取逻辑,使其更简单易懂。
214L
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: