fix tabs_bar.js (#4436)
This commit is contained in:
		
							parent
							
								
									c71874b84c
								
							
						
					
					
						commit
						a46ba4a8f5
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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)];
 | 
			
		||||
 | 
			
		||||
      if (currentTab) {
 | 
			
		||||
        currentTab.classList.remove('active');
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      const listener = debounce(() => {
 | 
			
		||||
        nextTab.removeEventListener('transitionend', listener);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue