fix(connection): always scale handle dimensions

This commit is contained in:
moklick
2019-07-30 18:22:33 +02:00
parent 9d17245cca
commit 84a17dd01d
15 changed files with 336 additions and 100 deletions
+1
View File
@@ -88,6 +88,7 @@ const GraphView = memo((props) => {
width={state.width}
height={state.height}
edgeTypes={props.edgeTypes}
onElementClick={props.onElementClick}
/>
{shiftPressed && <UserSelection />}
{state.nodesSelectionActive && <NodesSelection />}