mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +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,
|
event: null,
|
||||||
context: this.context.timelineRenderingType,
|
context: this.context.timelineRenderingType,
|
||||||
});
|
});
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue