fix: minimap off by default
This commit is contained in:
@@ -60,7 +60,7 @@ export function CanvasMenubar({
|
||||
canDuplicate = false,
|
||||
canCopy = false,
|
||||
onFitView,
|
||||
showMinimap = true,
|
||||
showMinimap = false,
|
||||
onToggleMinimap,
|
||||
}: CanvasMenubarProps) {
|
||||
const { theme, setTheme } = useTheme()
|
||||
|
||||
Reference in New Issue
Block a user