rect file selection

This commit is contained in:
2025-09-04 18:31:02 +02:00
parent cdd4151462
commit 735e825c7d
9 changed files with 187 additions and 24 deletions

View File

@@ -14,10 +14,12 @@ const renameDialog = useRenameDirectoryDialog();
const {
entry,
entryIndex,
disabled,
draggable = true,
} = defineProps<{
entry: DirectoryEntry;
entryIndex: number;
disabled: boolean;
draggable?: boolean;
}>();
@@ -90,6 +92,7 @@ function onClearCopy() {
<ContextMenu>
<ContextMenuTrigger class="flex sm:w-52">
<button
:data-entry-index="entryIndex"
:disabled="warrenStore.loading || disabled"
:class="[
'bg-accent/30 border-border flex w-full translate-0 flex-row gap-4 overflow-hidden rounded-md border-1 px-4 py-2 outline-0 select-none',