remove keyboard input

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-09-11 14:36:02 +02:00
parent 1d8d079875
commit 5824840ffe

View File

@@ -249,13 +249,7 @@ export function IncomingCallToast({ notificationEvent }: Props): JSX.Element {
onClick={(e) => {
onJoinClick(e);
}}
onKeyDown={(e) => {
if (e.key === "Enter") {
onJoinClick(e);
}
}}
tabIndex={0}
role="button"
type="button"
>
<div className="mx_IncomingCallToast_message">
<VideoCallIcon width="20px" height="20px" style={{ position: "relative", top: "4px" }} />{" "}