refactor(react/changes): handle resize
This commit is contained in:
@@ -63,6 +63,7 @@ const CustomNodeFlow = () => {
|
||||
onEdgesChange={onEdgesChange}
|
||||
onConnect={onConnect}
|
||||
fitView
|
||||
className="multiset"
|
||||
>
|
||||
<Controls />
|
||||
<Background />
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.react-flow .react-flow__node {
|
||||
.multiset .react-flow__node {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user