feat: rendered workspace comment (#7918)

* feat: add basic rendered workspace comment

* feat: add updating the view and model

* feat: add support for setting editability

* feat: add moveTo support

* feat: add disposing

* chore: add tsdoc

* fix: disposing of the comment when the delete icon is clicked

* feat: add isDeadOrDying
This commit is contained in:
Beka Westberg
2024-03-19 17:52:27 +00:00
committed by GitHub
parent 250cf90d25
commit 93acb62456
3 changed files with 101 additions and 1 deletions

View File

@@ -6,3 +6,4 @@
export {CommentView} from './comments/comment_view.js';
export {WorkspaceComment} from './comments/workspace_comment.js';
export {RenderedWorkspaceComment} from './comments/rendered_workspace_comment.js';