mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Prevent escape in threads from sending focus to main timeline composer (#11061)
This commit is contained in:
parent
0ce3664434
commit
ba28174ac0
1 changed files with 2 additions and 0 deletions
|
@ -356,6 +356,8 @@ export class SendMessageComposer extends React.Component<ISendMessageComposerPro
|
|||
event: null,
|
||||
context: this.context.timelineRenderingType,
|
||||
});
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue