feat(renderer): detect dimension changes and adjust container closes #279
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ export const storeModel: StoreModel = {
|
||||
|
||||
isInteractive: true,
|
||||
|
||||
reactFlowVersion: __REACT_FLOW_VERSION__,
|
||||
reactFlowVersion: typeof __REACT_FLOW_VERSION__ !== 'undefined' ? __REACT_FLOW_VERSION__ : '-',
|
||||
|
||||
onConnect: () => {},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user