Skip to content

Commit c4e20fb

Browse files
committed
Config - Update minimap default config
1 parent 27bb80e commit c4e20fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/useConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ export function useConfig() {
223223
selectedColorOpacity: 0.2,
224224
lineColor: '#2D353C',
225225
selectionRadius: 2,
226-
indicatorColor: '#2D353C'
226+
indicatorColor: '#2D353C',
227+
verticalHandles: false,
227228
}
228229

229230
const vue_ui_stackbar = {

0 commit comments

Comments
 (0)