From 5824840ffee0baa77a24dd003564c954d2e65b2f Mon Sep 17 00:00:00 2001 From: Timo K Date: Thu, 11 Sep 2025 14:36:02 +0200 Subject: [PATCH] remove keyboard input Signed-off-by: Timo K --- src/toasts/IncomingCallToast.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/toasts/IncomingCallToast.tsx b/src/toasts/IncomingCallToast.tsx index e3a9fdb477..9a438149a8 100644 --- a/src/toasts/IncomingCallToast.tsx +++ b/src/toasts/IncomingCallToast.tsx @@ -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" >
{" "}