Skip to content

Commit

Permalink
change limit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaLysiuk committed Jan 3, 2024
1 parent b564cd9 commit 3d9eb30
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 3d9eb30

Please sign in to comment.