fix: max zoom for schema layout
Compare changes
@@ -27,10 +27,6 @@ interface Props {
@@ -92,9 +88,10 @@ export const Schema = (props: Props) => {
@@ -376,7 +373,7 @@ export const Schema = (props: Props) => {
Smaller dataset schemas appeared very zoomed in, and edges would appear outside of the bounds of the view. This PR sets a max zoom that addresses this :)