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 = {};