feat(fitView): use option includeHiddenNodes false by default

This commit is contained in:
Eugene Samonenko
2021-02-07 12:41:30 +02:00
parent 7dc2c69f2e
commit 004b0ef490
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ export interface WrapNodeProps<T = any> {
export type FitViewParams = {
padding?: number;
excludeHidden?: boolean;
includeHiddenNodes?: boolean;
};
export type FlowExportObject<T = any> = {