Skip to content

Commit

Permalink
schedule tooltip close behaviour works now properly
Browse files Browse the repository at this point in the history
Changelog: fixed
  • Loading branch information
Cyril Gromoff committed Sep 13, 2024
1 parent a7435ab commit c8dfd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const SchedulePostButton = ({disabled, handleSchedulePost, getAnchorEl}: Props)
overlay={tooltip}
delayShow={Constants.OVERLAY_TIME_DELAY}
placement='top'
trigger={Constants.OVERLAY_DEFAULT_TRIGGER}
trigger={['hover']}
>
<StyledSchedulePostButton
disableRipple={true}
Expand Down

0 comments on commit c8dfd36

Please sign in to comment.