added missing tiptap plugin

This commit is contained in:
PhilReact 2024-12-26 09:32:58 +02:00
parent 82ddd72e29
commit 73a609b18b

View File

@ -18,7 +18,7 @@ import { Spacer } from "../../common/Spacer";
import { ReactionPicker } from "../ReactionPicker"; import { ReactionPicker } from "../ReactionPicker";
import KeyOffIcon from '@mui/icons-material/KeyOff'; import KeyOffIcon from '@mui/icons-material/KeyOff';
import EditIcon from '@mui/icons-material/Edit'; import EditIcon from '@mui/icons-material/Edit';
import TextStyle from '@tiptap/extension-text-style';
export const MessageItem = ({ export const MessageItem = ({
message, message,
onSeen, onSeen,
@ -208,7 +208,8 @@ export const MessageItem = ({
StarterKit, StarterKit,
Underline, Underline,
Highlight, Highlight,
Mention Mention,
TextStyle
])} ])}
/> />
)} )}
@ -227,7 +228,8 @@ export const MessageItem = ({
StarterKit, StarterKit,
Underline, Underline,
Highlight, Highlight,
Mention Mention,
TextStyle
])} ])}
/> />
)} )}
@ -461,7 +463,8 @@ export const ReplyPreview = ({message, isEdit})=> {
StarterKit, StarterKit,
Underline, Underline,
Highlight, Highlight,
Mention Mention,
TextStyle
])} ])}
/> />
)} )}