refactor(nested-nodes): zIndex

This commit is contained in:
moklick
2021-10-20 19:26:22 +02:00
parent 9350884836
commit 450cb90e67
3 changed files with 107 additions and 103 deletions
+1
View File
@@ -300,6 +300,7 @@ export interface WrapNodeProps<T = any> {
isDragging?: boolean;
resizeObserver: ResizeObserver | null;
dragHandle?: string;
zIndex: number;
}
export type FitViewParams = {