We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5cc86 commit 8b550d3Copy full SHA for 8b550d3
src/useConfig.js
@@ -211,6 +211,8 @@ export function useConfig() {
211
useResetSlot: false,
212
startIndex: null,
213
endIndex: null,
214
+ enableRangeHandles: true,
215
+ enableSelectionDrag: true
216
}
217
218
const MINIMAP = {
@@ -2475,7 +2477,9 @@ export function useConfig() {
2475
2477
zoomUseResetSlot: false,
2476
2478
zoomMinimap: MINIMAP,
2479
zoomStartIndex: null,
- zoomEndIndex: null
2480
+ zoomEndIndex: null,
2481
+ zoomEnableRangeHandles: true,
2482
+ zoomEnableSelectionDrag: true
2483
2484
2485
const vue_ui_age_pyramid = {
0 commit comments