call api to update when debug inputs change
This commit is contained in:
parent
782772cec5
commit
df26487936
@ -170,6 +170,7 @@ const ConstraintsSettings = ({
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
window.location.hash = decodeURIComponent(hash.toString());
|
window.location.hash = decodeURIComponent(hash.toString());
|
||||||
|
excalidrawAPI.setScrollConstraints(constraints);
|
||||||
}, [constraints]);
|
}, [constraints]);
|
||||||
|
|
||||||
const [selection, setSelection] = useState<ExcalidrawElement[]>([]);
|
const [selection, setSelection] = useState<ExcalidrawElement[]>([]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user