refactor(controls): disable min/max buttons when reached

This commit is contained in:
moklick
2023-05-17 10:49:38 +02:00
parent a1b94f38f0
commit eab39cf1f3
4 changed files with 49 additions and 4 deletions
+5 -2
View File
@@ -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"
}