This commit is contained in:
Daniel Imms
2022-05-12 10:52:16 -07:00
parent 7b4423819e
commit f5223d30b8
+1 -1
View File
@@ -113,7 +113,7 @@ declare module 'xterm-addon-search' {
/**
* Clears the active result decoration, this decoration is applied on top of the selection so
* removing it will reveal the selection underneath. This is intended to be call on the search
* removing it will reveal the selection underneath. This is intended to be called on the search
* textarea's `blur` event.
*/
public clearActiveDecoration(): void;