barsa-tiles 2.3.30 → 2.3.31

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.
@@ -1905,6 +1905,7 @@ class TilesViewerContainerComponent extends BaseComponent {
1905
1905
  appTileGroup = appGroups.find((c) => c.Id === lastSelectedAppGroupId);
1906
1906
  tabbarComponent.selectTab(lastTab.id());
1907
1907
  }
1908
+ return;
1908
1909
  }
1909
1910
  }
1910
1911
  }