forgot to remove debug statement
This commit is contained in:
parent
80c80057ee
commit
eb73597667
|
@ -28,9 +28,6 @@ const CanvasInner = () => {
|
|||
|
||||
useEffect(() => {
|
||||
Router.PanZoom = PanZoom;
|
||||
|
||||
// @ts-ignore
|
||||
window.TEST_Router = Router;
|
||||
}, [PanZoom]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Reference in New Issue