Skip to content

Commit eac50b8

Browse files
fix position strategy data attribute name
1 parent 2a514bb commit eac50b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TooltipController/TooltipController.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const TooltipController = ({
9393
const parsedEvents = value.split(' ')
9494
setTooltipEvents(parsedEvents as EventsType[])
9595
},
96-
positionStrategy: (value: PositionStrategy) => {
96+
'position-strategy': (value: PositionStrategy) => {
9797
setTooltipPositionStrategy(value)
9898
},
9999
'delay-show': (value: number) => {

0 commit comments

Comments
 (0)