@elementor/editor-global-classes 3.33.0-190 → 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.js CHANGED
@@ -1801,7 +1801,8 @@ var { panel, usePanelActions } = (0, import_editor_panels.__createPanel)({
1801
1801
  onClose: () => {
1802
1802
  (0, import_editor_v1_adapters3.changeEditMode)("edit");
1803
1803
  unblockPanelInteractions();
1804
- }
1804
+ },
1805
+ isOpenPreviousElement: true
1805
1806
  });
1806
1807
  function ClassManagerPanel() {
1807
1808
  const isDirty2 = useDirtyState();