@elementor/editor-variables 4.0.0-515 → 4.0.0-516
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1768,7 +1768,7 @@ var { panel, usePanelActions } = (0, import_editor_panels.__createPanel)({
|
|
|
1768
1768
|
onOpen: () => {
|
|
1769
1769
|
(0, import_editor_v1_adapters2.changeEditMode)(id);
|
|
1770
1770
|
},
|
|
1771
|
-
onClose: () => {
|
|
1771
|
+
onClose: async () => {
|
|
1772
1772
|
(0, import_editor_v1_adapters2.changeEditMode)("edit");
|
|
1773
1773
|
},
|
|
1774
1774
|
isOpenPreviousElement: true
|