fix setup page redirect

This commit is contained in:
Philipinho
2024-06-27 01:43:23 +01:00
parent 7373cbf1b9
commit 723928d678
5 changed files with 10 additions and 9 deletions

View File

@ -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);