chore(examples): visible elements

This commit is contained in:
moklick
2020-12-10 14:46:45 +01:00
parent 4322a63680
commit 8a41ccec0c

View File

@@ -28,6 +28,7 @@ const EmptyFlow = () => {
onElementsRemove={onElementsRemove}
onConnect={(p) => onConnect(p)}
onNodeDragStop={onNodeDragStop}
onlyRenderVisibleElements={false}
>
<MiniMap />
<Controls />