fix: formatting

This commit is contained in:
Adam Shiervani 2025-09-24 12:41:48 +02:00
parent bc6f073752
commit c7def3f81c
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ export default function PasteModal() {
<div
className="w-full"
onKeyUp={e => e.stopPropagation()}
onKeyDown={e => e.stopPropagation()} onKeyDownCapture={e => e.stopPropagation()}
onKeyDown={e => e.stopPropagation()}
onKeyDownCapture={e => e.stopPropagation()}
onKeyUpCapture={e => e.stopPropagation()}
>
<TextAreaWithLabel