Update FileManager.vue
This commit is contained in:
@@ -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 }"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user