@elementor/editor-global-classes 3.33.0-189 → 3.33.0-191
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.mjs
CHANGED
|
@@ -1857,7 +1857,8 @@ var { panel, usePanelActions } = createPanel({
|
|
|
1857
1857
|
onClose: () => {
|
|
1858
1858
|
changeEditMode("edit");
|
|
1859
1859
|
unblockPanelInteractions();
|
|
1860
|
-
}
|
|
1860
|
+
},
|
|
1861
|
+
isOpenPreviousElement: true
|
|
1861
1862
|
});
|
|
1862
1863
|
function ClassManagerPanel() {
|
|
1863
1864
|
const isDirty2 = useDirtyState();
|