chore(changesets): cleanup
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
'@reactflow/core': patch
|
'@reactflow/core': patch
|
||||||
'@reactflow/minimap': patch
|
'@reactflow/minimap': patch
|
||||||
'@reactflow/node-toolbar': patch
|
'@reactflow/node-toolbar': patch
|
||||||
|
'reactflow': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
use getNodes function
|
Add `getNodes` function to the store so that you don't need to do `Array.from(store.getState().nodeInternals.values())` anymore.
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
'@reactflow/core': patch
|
'@reactflow/core': patch
|
||||||
'@reactflow/minimap': patch
|
'@reactflow/minimap': patch
|
||||||
|
'reactflow': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
Use translateExtent correctly
|
Use translateExtent correctly
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
'@reactflow/core': patch
|
'@reactflow/core': patch
|
||||||
|
'reactflow': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
Only trigger drag event when change happened
|
Only trigger drag event when change happened
|
||||||
|
|||||||
Reference in New Issue
Block a user