mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 09:02:52 +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);
|
this.checkIfAlone(this.state.room);
|
||||||
break;
|
break;
|
||||||
case 'confetti':
|
case 'confetti':
|
||||||
animateConfetti(this._roomView.current.offsetWidth);
|
animateConfetti(this.roomView.current.offsetWidth);
|
||||||
break;
|
break;
|
||||||
case 'post_sticker_message':
|
case 'post_sticker_message':
|
||||||
this.injectSticker(
|
this.injectSticker(
|
||||||
|
|
Loading…
Reference in a new issue