updated
This commit is contained in:
@@ -91,6 +91,7 @@ const BuilderElementSettings = ({ closeSettings }) => {
|
||||
|
||||
useEffect(() => {
|
||||
const chosen = head(elements.filter(o => o.id === activeElement));
|
||||
|
||||
if (chosen) {
|
||||
setActiveElementData(klona(chosen));
|
||||
setSettings(klona(chosen.settings));
|
||||
|
||||
Reference in New Issue
Block a user