mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge branch 'findAll' of https://github.com/meganrogge/xterm.js into findAll
This commit is contained in:
@@ -70,7 +70,7 @@ export class SearchAddon implements ITerminalAddon {
|
||||
this._dataChanged = true;
|
||||
setTimeout(() => {
|
||||
if (this._lastSearchOptions?.decorations && this._cachedSearchTerm && this._resultDecorations.size > 0 && this._lastSearchOptions) {
|
||||
this._highlightAllMatches(this._cachedSearchTerm, this._lastSearchOptions,'previous');
|
||||
this._highlightAllMatches(this._cachedSearchTerm, this._lastSearchOptions, 'previous');
|
||||
}
|
||||
}, 200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user