handleResizeMouseDown(ev, corner)} onClick={(ev) => ev.stopPropagation()}
- style={{ position:'absolute', width:'18px', height:'18px', [s?'bottom':'top']:0, [e2?'right':'left']:0, cursor:`${corner}-resize`, zIndex:2 }}>
- {dots.map((style, i) =>
)}
+
handleResizeMouseDown(ev, corner)}
+ onClick={(ev) => ev.stopPropagation()}
+ style={{
+ position: 'absolute',
+ width: '18px',
+ height: '18px',
+ [s ? 'bottom' : 'top']: 0,
+ [e2 ? 'right' : 'left']: 0,
+ cursor: `${corner}-resize`,
+ zIndex: 2,
+ }}
+ >
+ {dots.map((style, i) => (
+
+ ))}
);
})}
diff --git a/src/app/components/DeviceVerification.tsx b/src/app/components/DeviceVerification.tsx
index 5db4aa2e7..4bdba9adb 100644
--- a/src/app/components/DeviceVerification.tsx
+++ b/src/app/components/DeviceVerification.tsx
@@ -259,9 +259,16 @@ export function DeviceVerification({ request, onExit }: DeviceVerificationProps)