mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Enable Typescript noImplicitAny (#33322)
				
					
				
			Enable `noImplicitAny` and fix all issues. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -168,7 +168,7 @@ export function initRepoEditor() { | ||||
|       silent: true, | ||||
|       dirtyClass: dirtyFileClass, | ||||
|       fieldSelector: ':input:not(.commit-form-wrapper :input)', | ||||
|       change($form) { | ||||
|       change($form: any) { | ||||
|         const dirty = $form[0]?.classList.contains(dirtyFileClass); | ||||
|         commitButton.disabled = !dirty; | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user