Skip to content

Commit

Permalink
Merge branch 'rm/338016' into 'master'
Browse files Browse the repository at this point in the history
fix: close actions now close menu

See merge request kchat/webapp!806
  • Loading branch information
antonbuks committed Jun 19, 2024
2 parents 4f625e5 + b3943ef commit f849c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const FormattingBar = (props: FormattingBarProps): JSX.Element => {

// if hidden controls are currently open close them
if (showHiddenControls) {
setShowHiddenControls(true);
setShowHiddenControls(!showHiddenControls);
}
}, [getCurrentSelection, getCurrentMessage, applyMarkdown, showHiddenControls, disableControls]);

Expand Down

0 comments on commit f849c5b

Please sign in to comment.