We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8d079 commit 5824840Copy full SHA for 5824840
src/toasts/IncomingCallToast.tsx
@@ -249,13 +249,7 @@ export function IncomingCallToast({ notificationEvent }: Props): JSX.Element {
249
onClick={(e) => {
250
onJoinClick(e);
251
}}
252
- onKeyDown={(e) => {
253
- if (e.key === "Enter") {
254
- onJoinClick(e);
255
- }
256
- }}
257
- tabIndex={0}
258
- role="button"
+ type="button"
259
>
260
<div className="mx_IncomingCallToast_message">
261
<VideoCallIcon width="20px" height="20px" style={{ position: "relative", top: "4px" }} />{" "}
0 commit comments