This commit is contained in:
Benjamin Lu
2025-09-26 14:43:51 -07:00
parent 8da5ae3af6
commit 247e3950eb

View File

@@ -1,12 +1,12 @@
import type { SlotLayout } from '@/renderer/core/layout/types' import type { SlotLayout } from '@/renderer/core/layout/types'
export interface PendingMoveData { interface PendingMoveData {
clientX: number clientX: number
clientY: number clientY: number
target: EventTarget | null target: EventTarget | null
} }
export interface SlotLinkDragSession { interface SlotLinkDragSession {
compatCache: Map<string, boolean> compatCache: Map<string, boolean>
nodePreferred: Map< nodePreferred: Map<
number, number,