refactor(controls): disable min/max buttons when reached
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@reactflow/core": "workspace:*",
|
||||
"classcat": "^5.0.3"
|
||||
"classcat": "^5.0.3",
|
||||
"zustand": "^4.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=17",
|
||||
@@ -55,7 +56,9 @@
|
||||
},
|
||||
"rollup": {
|
||||
"globals": {
|
||||
"classcat": "cc"
|
||||
"classcat": "cc",
|
||||
"zustand": "Zustand",
|
||||
"zustand/shallow": "zustandShallow"
|
||||
},
|
||||
"name": "ReactFlowControls"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user