refactor(nodes): use one resize observer for all nodes #723
This commit is contained in:
@@ -224,6 +224,7 @@ export interface WrapNodeProps {
|
||||
snapToGrid?: boolean;
|
||||
snapGrid?: SnapGrid;
|
||||
isDragging?: boolean;
|
||||
resizeObserver: ResizeObserver;
|
||||
}
|
||||
|
||||
export type FitViewParams = {
|
||||
|
||||
Reference in New Issue
Block a user