We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dbc1bf + 07e8f86 commit a0493a6Copy full SHA for a0493a6
addons/xterm-addon-search/src/SearchAddon.ts
@@ -693,9 +693,6 @@ export class SearchAddon extends Disposable implements ITerminalAddon {
693
* @returns
694
*/
695
private _applyStyles(element: HTMLElement, borderColor: string | undefined, isActiveResult: boolean): void {
696
- if (element.clientWidth <= 0) {
697
- return;
698
- }
699
if (!element.classList.contains('xterm-find-result-decoration')) {
700
element.classList.add('xterm-find-result-decoration');
701
if (borderColor) {
0 commit comments