mirror of https://github.com/jetkvm/kvm.git
fix: formatting
This commit is contained in:
parent
bc6f073752
commit
c7def3f81c
|
@ -137,7 +137,8 @@ export default function PasteModal() {
|
||||||
<div
|
<div
|
||||||
className="w-full"
|
className="w-full"
|
||||||
onKeyUp={e => e.stopPropagation()}
|
onKeyUp={e => e.stopPropagation()}
|
||||||
onKeyDown={e => e.stopPropagation()} onKeyDownCapture={e => e.stopPropagation()}
|
onKeyDown={e => e.stopPropagation()}
|
||||||
|
onKeyDownCapture={e => e.stopPropagation()}
|
||||||
onKeyUpCapture={e => e.stopPropagation()}
|
onKeyUpCapture={e => e.stopPropagation()}
|
||||||
>
|
>
|
||||||
<TextAreaWithLabel
|
<TextAreaWithLabel
|
||||||
|
|
Loading…
Reference in New Issue