mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 04:20:05 +02:00
fix debug
This commit is contained in:
@@ -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 = {};
|
||||||
|
Reference in New Issue
Block a user