We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832ed6b commit c42de8dCopy full SHA for c42de8d
1 file changed
src/vs/base/browser/ui/findinput/findInput.ts
@@ -410,8 +410,4 @@ export class FindInput extends Widget {
410
private clearValidation(): void {
411
this.inputBox.hideMessage();
412
}
413
-
414
- public dispose(): void {
415
- super.dispose();
416
- }
417
0 commit comments