refactor(general): fit view in store to prevent flickering, rename onLoad => onPaneReady
This commit is contained in:
+1
-1
@@ -8,8 +8,8 @@ import { HandleElement } from './handles';
|
||||
export interface Node<T = any> {
|
||||
id: string;
|
||||
position: XYPosition;
|
||||
data: T;
|
||||
type?: string;
|
||||
data?: T;
|
||||
style?: CSSProperties;
|
||||
className?: string;
|
||||
targetPosition?: Position;
|
||||
|
||||
Reference in New Issue
Block a user