@elementor/editor-variables 3.33.0-190 → 3.33.0-192

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
@@ -1614,7 +1614,8 @@ var { panel, usePanelActions } = (0, import_editor_panels.__createPanel)({
1614
1614
  },
1615
1615
  onClose: () => {
1616
1616
  (0, import_editor_v1_adapters.changeEditMode)("edit");
1617
- }
1617
+ },
1618
+ isOpenPreviousElement: true
1618
1619
  });
1619
1620
  function VariablesManagerPanel() {
1620
1621
  const { close: closePanel } = usePanelActions();