bugfix >> @대화방 타입별 context menu 분리처리.
This commit is contained in:
parent
188b6e9823
commit
834357a550
|
@ -339,6 +339,8 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
|||
menuType === 'EDIT_ROOM'
|
||||
) {
|
||||
if (
|
||||
!this.roomInfo ||
|
||||
!this.roomInfo.roomType ||
|
||||
this.roomInfo.roomType === RoomType.Mytalk ||
|
||||
this.roomInfo.roomType === RoomType.Allim ||
|
||||
this.roomInfo.roomType === RoomType.Bot ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user