mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:10:43 +00:00
Cancel start find delayer for empty query, fixes #127479
This commit is contained in:
parent
f5da394107
commit
e615299339
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ export class ElectronIframeWebview extends IFrameWebview implements WebviewFindD
|
|||
if (!this.element) {
|
||||
return;
|
||||
}
|
||||
this._iframeDelayer.cancel();
|
||||
this._findStarted = false;
|
||||
this._webviewMainService.stopFindInFrame({ windowId: this.nativeHostService.windowId }, this.id, {
|
||||
keepSelection
|
||||
|
|
Loading…
Reference in a new issue