mirror of https://github.com/vector-im/riot-web
Prevent escape in threads from sending focus to main timeline composer (#11061)
parent
0ce3664434
commit
ba28174ac0
|
@ -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 New Issue