Merge pull request #20220 from timvandermeij/editor-hint-bugfix

[Editor] Hide the comment sidebar on document change
This commit is contained in:
Tim van der Meij 2025-08-31 18:56:27 +02:00 committed by GitHub
commit 9855d85fb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -408,6 +408,7 @@ class CommentManager {
destroy() {
this.#uiManager = null;
this.#finish();
this.#sidebar.hide();
}
}