feat(shared): PanZoomPattern component
This commit is contained in:
parent
b829883674
commit
eef8d68781
7 changed files with 71 additions and 152 deletions
|
@ -38,7 +38,6 @@ export const Workbench = ({ design, Design, baseSettings, DynamicDocs, from }) =
|
|||
// Effect
|
||||
useEffect(() => {
|
||||
// Force re-render when baseSettings changes. Required when they are loaded async.
|
||||
console.log('in effect')
|
||||
setSettings({ ...baseSettings, embed: true })
|
||||
}, [baseSettings])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue