We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca9a0 commit 7ae3562Copy full SHA for 7ae3562
src/bottomnavigationbar/bottomnavigationbar-common.ts
@@ -89,7 +89,6 @@ export abstract class BottomNavigationBarBase extends View {
89
index,
90
};
91
this.notify(eventData);
92
- this.removeBadge(index);
93
}
94
95
_emitTabSelected(index: number) {
@@ -101,7 +100,6 @@ export abstract class BottomNavigationBarBase extends View {
101
100
102
this.selectedTabIndex = index;
103
104
105
106
107
_emitTabReselected(index: number) {
0 commit comments