mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Fix some typescript issues (#32586)
Fixes around 30 or so typescript errors. No runtime changes.
This commit is contained in:
		@@ -13,7 +13,7 @@ function attachDirAuto(el: DirElement) {
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export function initDirAuto() {
 | 
			
		||||
export function initDirAuto(): void {
 | 
			
		||||
  const observer = new MutationObserver((mutationList) => {
 | 
			
		||||
    const len = mutationList.length;
 | 
			
		||||
    for (let i = 0; i < len; i++) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user