From fa9069083714fe66730af5f27139b7accc8ca8f5 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 24 Oct 2024 17:15:42 -0700 Subject: [PATCH] fix: change where maxDimensions are calculated --- playgrounds/app/src/components/Editor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playgrounds/app/src/components/Editor.tsx b/playgrounds/app/src/components/Editor.tsx index 03e8284..dae7cc7 100644 --- a/playgrounds/app/src/components/Editor.tsx +++ b/playgrounds/app/src/components/Editor.tsx @@ -544,7 +544,7 @@ export default function Editor(props: EditorProps) {