Skip to content

Commit

Permalink
fix: disappearDelay set value
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jun 6, 2024
1 parent a665301 commit 3b5f74b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vtable/src/state/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ export class StateManager {
this.table.internalProps.theme?.tooltipStyle,
inlineIcon.tooltip?.style,
inlineIcon.attribute?.tooltip?.style
)
),
disappearDelay: inlineIcon.attribute.tooltip.disappearDelay
};
if (!this.table.internalProps.tooltipHandler.isBinded(tooltipOptions)) {
this.table.showTooltip(col, row, tooltipOptions);
Expand Down

0 comments on commit 3b5f74b

Please sign in to comment.