Merge pull request #20220 from timvandermeij/editor-hint-bugfix
[Editor] Hide the comment sidebar on document change
This commit is contained in:
commit
9855d85fb5
@ -408,6 +408,7 @@ class CommentManager {
|
||||
destroy() {
|
||||
this.#uiManager = null;
|
||||
this.#finish();
|
||||
this.#sidebar.hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user