Skip to content

Commit e127b4f

Browse files
committed
also cancel RAF on dispose
1 parent 2fd4a68 commit e127b4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/editor/contrib/suggest/browser/suggestWidget.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ export class SuggestWidget implements IDisposable {
302302
this._status.dispose();
303303
this._disposables.dispose();
304304
this._loadingTimeout?.dispose();
305+
this._pendingLayout.dispose();
306+
this._pendingShowDetails.dispose();
305307
this._showTimeout.dispose();
306308
this._contentWidget.dispose();
307309
this.element.dispose();

0 commit comments

Comments
 (0)