This commit is contained in:
Maze Winther
2026-02-01 11:06:20 +01:00
parent 33f4a54768
commit 58f23e8f2a
10 changed files with 32 additions and 32 deletions
@@ -17,8 +17,8 @@ import type { TrackType, DropTarget, ElementType } from "@/types/timeline";
import type { MediaDragData, StickerDragData } from "@/types/drag";
interface UseTimelineDragDropProps {
containerRef: RefObject<HTMLDivElement>;
headerRef?: RefObject<HTMLElement>;
containerRef: RefObject<HTMLDivElement | null>;
headerRef?: RefObject<HTMLElement | null>;
zoomLevel: number;
}