Merge branch 'patch-3' of github.com:neo/react-flow into neo-patch-3

This commit is contained in:
moklick
2022-11-02 16:16:28 +01:00

View File

@@ -51,8 +51,9 @@ const initDefaultViewport: Viewport = { x: 0, y: 0, zoom: 1 };
const wrapperStyle: CSSProperties = {
width: '100%',
height: '100%',
position: 'relative',
overflow: 'hidden',
position: 'relative',
zIndex: 0,
};
const ReactFlow = forwardRef<ReactFlowRefType, ReactFlowProps>(