Skip to content

Commit 3d4e72b

Browse files
committed
remove commented code
1 parent 67145b2 commit 3d4e72b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/vs/base/browser/ui/findinput/replaceInput.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,6 @@ export class ReplaceInput extends Widget {
296296

297297
if (this._showOptionButtons) {
298298
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-
// }
304299
} else {
305300
this.cachedOptionsWidth = 0;
306301
}

0 commit comments

Comments
 (0)