From c7def3f81c53523a74b5fd6abc6b7a252cdbb126 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Wed, 24 Sep 2025 12:41:48 +0200 Subject: [PATCH] fix: formatting --- ui/src/components/popovers/PasteModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/popovers/PasteModal.tsx b/ui/src/components/popovers/PasteModal.tsx index 4686d150..ac97e29b 100644 --- a/ui/src/components/popovers/PasteModal.tsx +++ b/ui/src/components/popovers/PasteModal.tsx @@ -137,7 +137,8 @@ export default function PasteModal() {
e.stopPropagation()} - onKeyDown={e => e.stopPropagation()} onKeyDownCapture={e => e.stopPropagation()} + onKeyDown={e => e.stopPropagation()} + onKeyDownCapture={e => e.stopPropagation()} onKeyUpCapture={e => e.stopPropagation()} >