feat(renderer): detect dimension changes and adjust container closes #279

This commit is contained in:
moklick
2020-06-03 23:10:57 +02:00
parent e0ea040c1b
commit a73c448edc
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export const storeModel: StoreModel = {
isInteractive: true,
reactFlowVersion: __REACT_FLOW_VERSION__,
reactFlowVersion: typeof __REACT_FLOW_VERSION__ !== 'undefined' ? __REACT_FLOW_VERSION__ : '-',
onConnect: () => {},