Skip to content

Commit

Permalink
Merge branch 'rm/359353' into 'master'
Browse files Browse the repository at this point in the history
fix: clicking outside works now on polls modal

See merge request kchat/webapp!916
  • Loading branch information
antonbuks committed Sep 12, 2024
2 parents 835f350 + f02c664 commit 52aab8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export default class InteractiveDialog extends React.PureComponent<Props, State>
show={this.state.show}
onHide={this.onHide}
onExited={this.props.onExited}
backdrop='static'
role='dialog'
aria-labelledby='interactiveDialogModalLabel'
>
Expand Down

0 comments on commit 52aab8d

Please sign in to comment.