Skip to content

Commit

Permalink
Merge branch 'rm/360748' into 'master'
Browse files Browse the repository at this point in the history
schedule tooltip close behaviour works now properly

See merge request kchat/webapp!921
  • Loading branch information
antonbuks committed Sep 16, 2024
2 parents a7435ab + c8dfd36 commit 5f51061
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 5f51061

Please sign in to comment.