File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
projects/stream-chat-angular Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-angular" ,
3
- "version" : " 6.0.0-rc.1 " ,
3
+ "version" : " 6.0.0-rc.3 " ,
4
4
"description" : " Angular components to create chat conversations or livestream style chat" ,
5
5
"author" : " GetStream" ,
6
6
"homepage" : " https://getstream.io/chat/" ,
Original file line number Diff line number Diff line change 1
- export const version = '6.0.0-rc.1 ' ;
1
+ export const version = '6.0.0-rc.3 ' ;
Original file line number Diff line number Diff line change @@ -291,11 +291,7 @@ export class MessageComponent
291
291
}
292
292
this . subscriptions . push (
293
293
this . messageActionsService . messageMenuOpenedFor$ . subscribe ( ( id ) => {
294
- if ( this . message && this . message . id === id ) {
295
- if ( ! this . areMessageOptionsOpen ) {
296
- this . messageMenuTrigger ?. show ( ) ;
297
- }
298
- } else if (
294
+ if (
299
295
( id === undefined || this . message ?. id !== id ) &&
300
296
this . areMessageOptionsOpen
301
297
) {
You can’t perform that action at this time.
0 commit comments