Skip to content

Commit 3e61373

Browse files
committed
Config - Update zoom config attributes
1 parent 07a04a1 commit 3e61373

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/useConfig.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ export function useConfig() {
206206
color: COLOR_GREY_MID,
207207
highlightColor: COLOR_GREY_DARK,
208208
fontSize: FONT._14,
209-
useResetSlot: false
209+
useResetSlot: false,
210+
startIndex: null,
211+
endIndex: null,
210212
}
211213

212214
const MINIMAP = {
@@ -2443,7 +2445,9 @@ export function useConfig() {
24432445
zoomHighlightColor: COLOR_GREY_DARK,
24442446
zoomFontSize: FONT._14,
24452447
zoomUseResetSlot: false,
2446-
zoomMinimap: MINIMAP
2448+
zoomMinimap: MINIMAP,
2449+
zoomStartIndex: null,
2450+
zoomEndIndex: null
24472451
}
24482452

24492453
const vue_ui_age_pyramid = {

0 commit comments

Comments
 (0)