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 nextTab = tabs.find(tab => tab.contains(e.target));
|
||||||
const { props: { to } } = links[Array(...this.node.childNodes).indexOf(nextTab)];
|
const { props: { to } } = links[Array(...this.node.childNodes).indexOf(nextTab)];
|
||||||
|
|
||||||
|
if (currentTab) {
|
||||||
currentTab.classList.remove('active');
|
currentTab.classList.remove('active');
|
||||||
|
}
|
||||||
|
|
||||||
const listener = debounce(() => {
|
const listener = debounce(() => {
|
||||||
nextTab.removeEventListener('transitionend', listener);
|
nextTab.removeEventListener('transitionend', listener);
|
||||||
|
|
Loading…
Reference in New Issue