mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 02:58:40 +03:00
Fixed merge error
This commit is contained in:
parent
929cc48cef
commit
3e8e817a3d
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
this.checkIfAlone(this.state.room);
|
||||
break;
|
||||
case 'confetti':
|
||||
animateConfetti(this._roomView.current.offsetWidth);
|
||||
animateConfetti(this.roomView.current.offsetWidth);
|
||||
break;
|
||||
case 'post_sticker_message':
|
||||
this.injectSticker(
|
||||
|
|
Loading…
Reference in a new issue