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); } } ">