From 6696374dd44951f69d3f102812d3ebc3a4eb399e Mon Sep 17 00:00:00 2001 From: godo Date: Tue, 29 Oct 2024 09:28:37 +0800 Subject: [PATCH] change the filelist --- frontend/src/components/builtin/FileList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/builtin/FileList.vue b/frontend/src/components/builtin/FileList.vue index ca6f374..8220aff 100644 --- a/frontend/src/components/builtin/FileList.vue +++ b/frontend/src/components/builtin/FileList.vue @@ -34,7 +34,7 @@ @dragleave="handleDragLeave()" @dragstart.stop="startDragApp($event, item)" @click="handleClick(index)" @mousedown.stop :ref="(ref: any) => { if (ref) { - appPositions[indeĆ­x] = markRaw(ref as Element); + appPositions[index] = markRaw(ref as Element); } } ">