mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 14:51:15 +10:00
feat: comment editor emoji picker and ctrl+enter action (#1121)
* commenteditor-emoji-picker * capture Mac command key * remove tooltip --------- Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
This commit is contained in:
@ -140,6 +140,7 @@ function CommentListItem({ comment, pageId }: CommentListItemProps) {
|
||||
defaultContent={content}
|
||||
editable={true}
|
||||
onUpdate={(newContent: any) => setContent(newContent)}
|
||||
onSave={handleUpdateComment}
|
||||
autofocus={true}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user