mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix CI status popup (#20737)
This commit is contained in:
		@@ -62,7 +62,7 @@ export function initCommitStatuses() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    createTippy(this, {
 | 
					    createTippy(this, {
 | 
				
			||||||
      trigger: 'click',
 | 
					      trigger: 'click',
 | 
				
			||||||
      content: this.nextSibling,
 | 
					      content: this.nextElementSibling,
 | 
				
			||||||
      placement: top ? 'top-start' : 'bottom-start',
 | 
					      placement: top ? 'top-start' : 'bottom-start',
 | 
				
			||||||
      interactive: true,
 | 
					      interactive: true,
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user