Browse Source

change the filelist

master
godo 7 months ago
parent
commit
6696374dd4
  1. 2
      frontend/src/components/builtin/FileList.vue

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

Loading…
Cancel
Save