mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
All LayoutItem args are nullable (LayoutItem | null) and event is Event not MouseEvent — matching the actual react-grid-layout EventCallback type. fitDragRef simplified to string | null. Cast event to MouseEvent inside the handler to access clientX/Y for pixel-accurate slot detection. https://claude.ai/code/session_01Cu7YDRKZrYX3sBs6g9w2dy |
||
|---|---|---|
| .. | ||
| DraggableGridLayout.tsx | ||
| LiveBirdseyeView.tsx | ||
| LiveCameraView.tsx | ||
| LiveDashboardView.tsx | ||