fix layout mode click when discussion is activated
This commit is contained in:
parent
55c1bcee66
commit
80355e6b85
4 changed files with 14 additions and 0 deletions
|
@ -173,4 +173,7 @@ export class DiscussionManager {
|
|||
this.sendMessageCallBack.set(userId, callback);
|
||||
}
|
||||
|
||||
get activatedDiscussion(){
|
||||
return this.activeDiscussion;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue