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.
1 parent 1dbc1bf commit 07e8f86Copy full SHA for 07e8f86
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