refactor(onlyRenderVisible): change from nodes to elements #677

This commit is contained in:
moklick
2020-11-14 16:46:14 +01:00
parent 6e0b31d9c1
commit 2420cf3689
7 changed files with 121 additions and 98 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ interface FlowRendererProps
| 'snapGrid'
| 'connectionLineType'
| 'arrowHeadColor'
| 'onlyRenderVisibleNodes'
| 'onlyRenderVisibleElements'
| 'selectNodesOnDrag'
> {
children: ReactNode;