mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Comment typo
This commit is contained in:
		@@ -40,7 +40,7 @@ export abstract class EditDialogComponent<T extends ObjectWithId> implements OnI
 | 
				
			|||||||
      this.objectForm.patchValue(this.object)
 | 
					      this.objectForm.patchValue(this.object)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // we wait to enable the close button so it doesnt pull browser focus since its the first clickable element in the DOM
 | 
					    // wait to enable close button so it doesnt steal focus from input since its the first clickable element in the DOM
 | 
				
			||||||
    setTimeout(() => {
 | 
					    setTimeout(() => {
 | 
				
			||||||
      this.closeEnabled = true
 | 
					      this.closeEnabled = true
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,7 +41,7 @@ export class SaveViewConfigDialogComponent implements OnInit {
 | 
				
			|||||||
  })
 | 
					  })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ngOnInit(): void {
 | 
					  ngOnInit(): void {
 | 
				
			||||||
    // wait to enable close button so it doesnt steal focus form input
 | 
					    // wait to enable close button so it doesnt steal focus from input since its the first clickable element in the DOM
 | 
				
			||||||
    setTimeout(() => {
 | 
					    setTimeout(() => {
 | 
				
			||||||
      this.closeEnabled = true
 | 
					      this.closeEnabled = true
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user