mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 21:16:26 +01:00 
			
		
		
		
	Fix CI status popup (#20737)
This commit is contained in:
		
							parent
							
								
									1a538df5f4
								
							
						
					
					
						commit
						452272c038
					
				@ -62,7 +62,7 @@ export function initCommitStatuses() {
 | 
			
		||||
 | 
			
		||||
    createTippy(this, {
 | 
			
		||||
      trigger: 'click',
 | 
			
		||||
      content: this.nextSibling,
 | 
			
		||||
      content: this.nextElementSibling,
 | 
			
		||||
      placement: top ? 'top-start' : 'bottom-start',
 | 
			
		||||
      interactive: true,
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user