Skip to content

Commit

Permalink
fix(webui): auto-scroll upward does not work when dragging elements
Browse files Browse the repository at this point in the history
Closes: #1652
  • Loading branch information
gotson committed Aug 23, 2024
1 parent bf71f8e commit 835bff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions komga-webui/src/components/ItemBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 835bff4

Please sign in to comment.