This commit is contained in:
Maze Winther
2026-02-01 10:59:05 +01:00
parent 1d55b903d7
commit 33f4a54768
11 changed files with 33 additions and 33 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 | null>;
headerRef?: RefObject<HTMLElement | null>;
containerRef: RefObject<HTMLDivElement>;
headerRef?: RefObject<HTMLElement>;
zoomLevel: number;
}