solved the issue
This commit is contained in:
parent
23aa2c2fbf
commit
f88b81fb35
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export default function Canvas() {
|
|||
setCanvasHeight,
|
||||
setCanvasWidth,
|
||||
setScreenWidth,
|
||||
selectedPanel,
|
||||
} = useContext(CanvasContext);
|
||||
|
||||
const { setActiveObject } = useContext(ActiveObjectContext);
|
||||
|
|
@ -225,6 +226,7 @@ export default function Canvas() {
|
|||
rightPanelOpen,
|
||||
setScreenWidth,
|
||||
setOpenSetting,
|
||||
selectedPanel,
|
||||
]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue