This commit is contained in:
Janus C. H. Knudsen 2025-10-04 16:20:09 +02:00
parent a9d6d14c93
commit 420036d939
4 changed files with 17 additions and 11 deletions

View file

@ -3,6 +3,7 @@
*/
import { ColumnBounds } from "../utils/ColumnDetectionUtils";
import { CalendarEvent } from "./CalendarTypes";
export interface AllDayEvent {
id: string;
@ -82,6 +83,7 @@ export interface DragMouseEnterHeaderEventPayload {
mousePosition: MousePosition;
originalElement: HTMLElement | null;
draggedClone: HTMLElement;
calendarEvent: CalendarEvent;
}
// Drag mouse leave header event payload