Skip to content

Commit 8b550d3

Browse files
committed
Config - Update zoom config
1 parent 0b5cc86 commit 8b550d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/useConfig.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ export function useConfig() {
211211
useResetSlot: false,
212212
startIndex: null,
213213
endIndex: null,
214+
enableRangeHandles: true,
215+
enableSelectionDrag: true
214216
}
215217

216218
const MINIMAP = {
@@ -2475,7 +2477,9 @@ export function useConfig() {
24752477
zoomUseResetSlot: false,
24762478
zoomMinimap: MINIMAP,
24772479
zoomStartIndex: null,
2478-
zoomEndIndex: null
2480+
zoomEndIndex: null,
2481+
zoomEnableRangeHandles: true,
2482+
zoomEnableSelectionDrag: true
24792483
}
24802484

24812485
const vue_ui_age_pyramid = {

0 commit comments

Comments
 (0)