mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Tooltip: simplify popper check
This commit is contained in:
		
							parent
							
								
									9b9372e8dd
								
							
						
					
					
						commit
						1f7b83203d
					
				@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  update() {
 | 
			
		||||
    if (this._popper !== null) {
 | 
			
		||||
    if (this._popper) {
 | 
			
		||||
      this._popper.update()
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user