This commit is contained in:
justanotheranonymoususer
2021-03-27 15:30:07 +03:00
committed by GitHub
parent 7b920cdf15
commit 254ed84ed3

View File

@ -93,7 +93,7 @@ class CatCodingPanel {
this._update();
// Listen for when the panel is disposed
// This happens when the user closes the panel or when the panel is closed programatically
// This happens when the user closes the panel or when the panel is closed programmatically
this._panel.onDidDispose(() => this.dispose(), null, this._disposables);
// Update the content based on view changes