We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67145b2 commit 3d4e72bCopy full SHA for 3d4e72b
1 file changed
src/vs/base/browser/ui/findinput/replaceInput.ts
@@ -296,11 +296,6 @@ export class ReplaceInput extends Widget {
296
297
if (this._showOptionButtons) {
298
this.cachedOptionsWidth = this.preserveCase.width();
299
- // const paddingRight = () + 'px';
300
- // this.inputBox.inputElement.style.paddingRight = paddingRight;
301
- // if (this.inputBox.mirrorElement) {
302
- // this.inputBox.mirrorElement.style.paddingRight = paddingRight;
303
- // }
304
} else {
305
this.cachedOptionsWidth = 0;
306
}
0 commit comments