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