From 6eb05966387ccb04984e1138b3bfde9eeb1d981b Mon Sep 17 00:00:00 2001 From: dwelle <5153846+dwelle@users.noreply.github.com> Date: Mon, 12 May 2025 20:27:22 +0200 Subject: [PATCH] fix debug --- excalidraw-app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw-app/App.tsx b/excalidraw-app/App.tsx index 40d7f5aaf..88f1f5b29 100644 --- a/excalidraw-app/App.tsx +++ b/excalidraw-app/App.tsx @@ -1032,7 +1032,7 @@ const ExcalidrawWrapper = () => { ); const [constraints] = useState(() => { - const stored = new URLSearchParams(location.hash.slice(1)).get( + const stored = new URLSearchParams(location.search.slice(1)).get( "constraints", ); let storedConstraints = {};