mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
feat: basic file drag and drop
This commit is contained in:
@@ -22,3 +22,8 @@ export const itemBeingRenamedAtom = atom<{
|
||||
} | null>(null)
|
||||
|
||||
export const openedFileAtom = atom<Doc<"files"> | null>(null)
|
||||
|
||||
export const dragInfoAtom = atom<{
|
||||
source: DirectoryItem
|
||||
items: Id<"files">[]
|
||||
} | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user