feat: Refactor document drag initiation and state management with new session handling and geometry utilities. (slightly broken)
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user