multica/apps/web/components/common
Bohan Jiang d8a8549c8a
fix(editor): use correct getMarkdown API for @tiptap/markdown (#217)
The migration from tiptap-markdown to @tiptap/markdown in 38e92040
broke comment creation. The old package stored getMarkdown() on
editor.storage.markdown, but the official @tiptap/markdown extension
adds it directly to the editor instance (editor.getMarkdown()).

This caused getEditorMarkdown() to always return "", making the
submit button permanently disabled and preventing any comments.

Also fix stale submitting ref in useIssueTimeline dependency array.
2026-03-31 15:23:13 +08:00
..
actor-avatar.tsx feat(ui): restyle issue status and priority with colored badges 2026-03-31 03:26:43 +08:00
emoji-picker.tsx feat(reactions): add emoji reactions for comments and issue descriptions 2026-03-30 22:37:59 +08:00
mention-suggestion.tsx fix(issues): use floating-ui for mention popup viewport-aware positioning 2026-03-31 14:39:48 +08:00
reaction-bar.tsx feat(reactions): add emoji reactions for comments and issue descriptions 2026-03-30 22:37:59 +08:00
rich-text-editor.css fix(ui): apply mono font directly to code/pre elements 2026-03-30 23:27:09 +08:00
rich-text-editor.tsx fix(editor): use correct getMarkdown API for @tiptap/markdown (#217) 2026-03-31 15:23:13 +08:00