@elementor/editor-editing-panel 3.33.0-277 → 3.33.0-279

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
@@ -5472,10 +5472,9 @@ var TabsControl = ({ label }) => {
5472
5472
  var TabsControlContent = ({ label }) => {
5473
5473
  const { element } = useElement();
5474
5474
  const { addItem, duplicateItem, moveItem, removeItem } = useActions();
5475
- const { [TAB_ELEMENT_TYPE]: tabLinks } = (0, import_editor_elements17.useElementChildren)(element.id, [
5476
- TAB_ELEMENT_TYPE,
5477
- TAB_CONTENT_ELEMENT_TYPE
5478
- ]);
5475
+ const { [TAB_ELEMENT_TYPE]: tabLinks } = (0, import_editor_elements17.useElementChildren)(element.id, {
5476
+ [TAB_MENU_ELEMENT_TYPE]: TAB_ELEMENT_TYPE
5477
+ });
5479
5478
  const tabList = getElementByType(element.id, TAB_MENU_ELEMENT_TYPE);
5480
5479
  const tabContentArea = getElementByType(element.id, TAB_CONTENT_AREA_ELEMENT_TYPE);
5481
5480
  const repeaterValues = tabLinks.map((tabLink, index) => {