Update FileManager.vue

This commit is contained in:
Baobhan Sith
2025-04-21 20:50:07 +08:00
parent f208ac4adc
commit fd6ca75d4f
@@ -733,6 +733,7 @@ const handleWheel = (event: WheelEvent) => {
@drop.prevent="handleDrop" @drop.prevent="handleDrop"
@click="fileListContainerRef?.focus()" @click="fileListContainerRef?.focus()"
@keydown="handleKeydown" @keydown="handleKeydown"
@wheel="handleWheel"
tabindex="0" tabindex="0"
:style="{ '--row-size-multiplier': rowSizeMultiplier }" :style="{ '--row-size-multiplier': rowSizeMultiplier }"
> >