mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 13:01:13 +10:00
fix setup page redirect
This commit is contained in:
@ -86,7 +86,6 @@ export const EditorBubbleMenu: FC<EditorBubbleMenuProps> = (props) => {
|
||||
command: () => {
|
||||
const commentId = uuidv4();
|
||||
|
||||
// @ts-ignore
|
||||
props.editor.chain().focus().setCommentDecoration().run();
|
||||
setDraftCommentId(commentId);
|
||||
setShowCommentPopup(true);
|
||||
|
||||
Reference in New Issue
Block a user