drag DirectoryEntry onto directory to move
This commit is contained in:
@@ -81,7 +81,10 @@ function onDrop(files: File[] | null, e: DragEvent) {
|
||||
<DirectoryListContextMenu class="w-full grow">
|
||||
<DirectoryList
|
||||
v-if="entries != null"
|
||||
:is-over-drop-zone="dropZone.isOverDropZone.value"
|
||||
:is-over-drop-zone="
|
||||
dropZone.isOverDropZone.value &&
|
||||
dropZone.files.value != null
|
||||
"
|
||||
:entries="entries"
|
||||
/>
|
||||
</DirectoryListContextMenu>
|
||||
|
||||
Reference in New Issue
Block a user