fix debug
This commit is contained in:
parent
0607003903
commit
6eb0596638
@ -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 = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user