mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 19:48:09 +00:00
also cancel RAF on dispose
This commit is contained in:
parent
2fd4a68016
commit
e127b4f0cd
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ export class SuggestWidget implements IDisposable {
|
||||||
this._status.dispose();
|
this._status.dispose();
|
||||||
this._disposables.dispose();
|
this._disposables.dispose();
|
||||||
this._loadingTimeout?.dispose();
|
this._loadingTimeout?.dispose();
|
||||||
|
this._pendingLayout.dispose();
|
||||||
|
this._pendingShowDetails.dispose();
|
||||||
this._showTimeout.dispose();
|
this._showTimeout.dispose();
|
||||||
this._contentWidget.dispose();
|
this._contentWidget.dispose();
|
||||||
this.element.dispose();
|
this.element.dispose();
|
||||||
|
|
Loading…
Reference in a new issue