feat(fitView): use option includeHiddenNodes false by default
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ export interface WrapNodeProps<T = any> {
|
||||
|
||||
export type FitViewParams = {
|
||||
padding?: number;
|
||||
excludeHidden?: boolean;
|
||||
includeHiddenNodes?: boolean;
|
||||
};
|
||||
|
||||
export type FlowExportObject<T = any> = {
|
||||
|
||||
Reference in New Issue
Block a user