Skip to content

Commit

Permalink
fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Mar 22, 2024
1 parent a804c42 commit 40e279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/examples/tool/tooltip/demo/tooltipClick.ts
Expand Up @@ -94,7 +94,7 @@ const data = {
const tooltip = {
type: 'tooltip',
trigger: 'click',
itemTypes: ['node'],
enable: (e) => e.targetType === 'node',
getContent: (e) => {
const {
target: { id },
Expand Down

0 comments on commit 40e279a

Please sign in to comment.