@brickclay-org/ui 0.1.0 → 0.1.1

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.
@@ -4815,7 +4815,6 @@ class BkTabs {
4815
4815
  change = new EventEmitter();
4816
4816
  // Set active tab and emit change event
4817
4817
  setActiveTab(tab) {
4818
- debugger;
4819
4818
  if (tab?.disabled || this.disabled)
4820
4819
  return;
4821
4820
  this.activeTabId = tab.id;