From 188f5b4ffffc434c0912755aa4b25438cf6b18b4 Mon Sep 17 00:00:00 2001 From: Hari Meyyappan Date: Thu, 26 Oct 2023 15:25:21 -0700 Subject: [PATCH] Update svelvet.mdx Add fixedZoom to Node properties --- docs/components/svelvet.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/components/svelvet.mdx b/docs/components/svelvet.mdx index 02ce51818..f3f67fc1c 100644 --- a/docs/components/svelvet.mdx +++ b/docs/components/svelvet.mdx @@ -59,6 +59,9 @@ Svelvet is the wrapping parent component that renders out nodes and edges. It is Adjusts scale and translation to fit all Nodes in view on mount. + + Disables zoom in canvas. + Locks node movement, but still allows the canvas to be panned.