also cancel RAF on dispose

This commit is contained in:
Johannes 2022-10-24 18:32:10 +02:00
parent 2fd4a68016
commit e127b4f0cd
No known key found for this signature in database
GPG key ID: 6DEF802A22264FCA

View file

@ -302,6 +302,8 @@ export class SuggestWidget implements IDisposable {
this._status.dispose();
this._disposables.dispose();
this._loadingTimeout?.dispose();
this._pendingLayout.dispose();
this._pendingShowDetails.dispose();
this._showTimeout.dispose();
this._contentWidget.dispose();
this.element.dispose();