We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc63d33 commit 6e0fbb8Copy full SHA for 6e0fbb8
apps/desktop/src/routes/in-progress-recording.tsx
@@ -527,7 +527,10 @@ export default function () {
527
};
528
529
return (
530
- <div class="flex h-full w-full flex-col justify-end px-3 pb-3">
+ <div
531
+ class="flex h-full w-full flex-col justify-end px-3 pb-3"
532
+ onContextMenu={(e) => e.preventDefault()}
533
+ >
534
<div ref={setInteractiveAreaRef} class="flex w-full flex-col gap-2">
535
<Show when={hasRecordingIssue() && issuePanelVisible()}>
536
<div class="flex w-full flex-row items-start gap-3 rounded-2xl border border-red-8 bg-gray-1 px-4 py-3 text-[12px] leading-snug text-red-11 shadow-lg">
0 commit comments