mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-16 01:31:09 +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