diff --git a/src/renderer/src/pages/game-details/game-details-content.tsx b/src/renderer/src/pages/game-details/game-details-content.tsx index 13a41121..9da59d4c 100644 --- a/src/renderer/src/pages/game-details/game-details-content.tsx +++ b/src/renderer/src/pages/game-details/game-details-content.tsx @@ -630,19 +630,7 @@ export function GameDetailsContent() { -
editor?.commands.focus()} - onKeyDown={(e) => { - if (e.key === "Enter" || e.key === " ") { - e.preventDefault(); - editor?.commands.focus(); - } - }} - role="button" - tabIndex={0} - aria-label="Click to focus review editor" - > +