You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Fixed merge error
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user