fix tabs_bar.js (#4436)
This commit is contained in:
parent
c71874b84c
commit
a46ba4a8f5
|
@ -48,7 +48,9 @@ export default class TabsBar extends React.Component {
|
|||
const nextTab = tabs.find(tab => tab.contains(e.target));
|
||||
const { props: { to } } = links[Array(...this.node.childNodes).indexOf(nextTab)];
|
||||
|
||||
currentTab.classList.remove('active');
|
||||
if (currentTab) {
|
||||
currentTab.classList.remove('active');
|
||||
}
|
||||
|
||||
const listener = debounce(() => {
|
||||
nextTab.removeEventListener('transitionend', listener);
|
||||
|
|
Loading…
Reference in New Issue