fix debug

This commit is contained in:
dwelle 2025-05-12 20:27:22 +02:00
parent 0607003903
commit 6eb0596638

View File

@ -1032,7 +1032,7 @@ const ExcalidrawWrapper = () => {
); );
const [constraints] = useState<DebugScrollConstraints>(() => { const [constraints] = useState<DebugScrollConstraints>(() => {
const stored = new URLSearchParams(location.hash.slice(1)).get( const stored = new URLSearchParams(location.search.slice(1)).get(
"constraints", "constraints",
); );
let storedConstraints = {}; let storedConstraints = {};