Skip to content

Commit 9855d85

Browse files
Merge pull request #20220 from timvandermeij/editor-hint-bugfix
[Editor] Hide the comment sidebar on document change
2 parents c96fa68 + 5a7c872 commit 9855d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/comment_manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ class CommentManager {
408408
destroy() {
409409
this.#uiManager = null;
410410
this.#finish();
411+
this.#sidebar.hide();
411412
}
412413
}
413414

0 commit comments

Comments
 (0)