Skip to content

Commit

Permalink
Merge branch 'limit-schema-export' into update-styling-package
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaLysiuk committed Jan 3, 2024
2 parents 9f6ca86 + 3d9eb30 commit 4212ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/Relation/PanZoom/PanZoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
import { nodeFilter } from "@/Relation/shared/nodeFilter";
import { useClickDetector } from "@/shared/hooks/useClickDetector";

const MAX_SCHEMA_SIZE = 40000;
const MAX_SCHEMA_SIZE = 20000 * 20000;

export const PanZoom: React.FC<{
nodes: ParserField[];
Expand Down

0 comments on commit 4212ca6

Please sign in to comment.