fix(nc-gui): increase scrollSensitivity of draggable item

This commit is contained in:
Ramesh Mane
2025-09-26 08:53:38 +00:00
parent 45e36aaf41
commit 6d5da7323a
14 changed files with 65 additions and 10 deletions

View File

@@ -469,6 +469,7 @@ watch(isProjectsLoaded, () => {
<div mode="inline" class="nc-treeview pb-0.5 flex-grow min-h-50 overflow-x-hidden">
<div v-if="basesList?.length">
<Draggable
v-bind="getDraggableAutoScrollOptions({ scrollSensitivity: 50 })"
:model-value="basesList"
:disabled="isMobileMode || !isUIAllowed('baseReorder') || basesList?.length < 2"
item-key="id"