mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 22:06:39 +00:00
fix(nc-gui): increase scrollSensitivity of draggable item
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user