feat: Refactor document drag initiation and state management with new session handling and geometry utilities. (slightly broken)

This commit is contained in:
2025-11-26 00:03:59 +01:00
parent 757abe9a0f
commit 93dcde471f
8 changed files with 861 additions and 916 deletions
+1 -1
View File
@@ -896,7 +896,7 @@ function DesktopWorkspaceView({
containerRef,
onDocumentActivate: handleDeskDocumentActivate,
markLayoutDirty,
onSelect,
selectedDocumentIds,
}) as {
handlePointerDown: (event: React.PointerEvent<HTMLElement>, docId: Identifier | null, options: PointerDownOptions) => void;
handlePointerMove: React.PointerEventHandler<HTMLElement>;