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 07a04a1 commit 3e61373Copy full SHA for 3e61373
src/useConfig.js
@@ -206,7 +206,9 @@ export function useConfig() {
206
color: COLOR_GREY_MID,
207
highlightColor: COLOR_GREY_DARK,
208
fontSize: FONT._14,
209
- useResetSlot: false
+ useResetSlot: false,
210
+ startIndex: null,
211
+ endIndex: null,
212
}
213
214
const MINIMAP = {
@@ -2443,7 +2445,9 @@ export function useConfig() {
2443
2445
zoomHighlightColor: COLOR_GREY_DARK,
2444
2446
zoomFontSize: FONT._14,
2447
zoomUseResetSlot: false,
- zoomMinimap: MINIMAP
2448
+ zoomMinimap: MINIMAP,
2449
+ zoomStartIndex: null,
2450
+ zoomEndIndex: null
2451
2452
2453
const vue_ui_age_pyramid = {
0 commit comments