Prevent escape in threads from sending focus to main timeline composer (#11061)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user