mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)
https://github.com/go-gitea/gitea/pull/24098#issuecomment-1514010690 --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		@@ -69,7 +69,7 @@ export function initRepoCloneLink() {
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  $inputLink.on('focus', () => {
 | 
			
		||||
    $inputLink.select();
 | 
			
		||||
    $inputLink.trigger('select');
 | 
			
		||||
  });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user