mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 09:19:02 -04:00
fix debug
This commit is contained in:
parent
0607003903
commit
6eb0596638
@ -1032,7 +1032,7 @@ const ExcalidrawWrapper = () => {
|
||||
);
|
||||
|
||||
const [constraints] = useState<DebugScrollConstraints>(() => {
|
||||
const stored = new URLSearchParams(location.hash.slice(1)).get(
|
||||
const stored = new URLSearchParams(location.search.slice(1)).get(
|
||||
"constraints",
|
||||
);
|
||||
let storedConstraints = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user