mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
fix(webui): auto-scroll upward does not work when dragging elements
Closes: #1652
This commit is contained in:
parent
bf71f8e505
commit
835bff4f52
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
:class="flexClass"
|
||||
handle=".handle"
|
||||
v-bind="dragOptions"
|
||||
:forceFallback="true"
|
||||
:scroll-sensitivity="200"
|
||||
>
|
||||
<transition-group type="transition"
|
||||
:name="!draggable ? 'flip-list' : null"
|
||||
|
|
|
|||
Loading…
Reference in a new issue