feature: extend zoom out and border width math

This commit is contained in:
findthelorax
2026-04-16 11:44:24 -04:00
committed by Pouzor
parent f72d44d5e5
commit 3a5cb0de21
2 changed files with 7 additions and 2 deletions
@@ -95,6 +95,8 @@ export function CanvasContainer({ onConnect: onConnectProp, onEdgeDoubleClick, o
panActivationKeyCode="Space"
selectionMode={SelectionMode.Partial}
multiSelectionKeyCode={['Meta', 'Control']}
minZoom={0.25}
maxZoom={2.5}
snapToGrid
snapGrid={[8, 8]}
colorMode={theme.colors.reactFlowColorMode}