mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 03:47:53 +00:00
added missing tiptap plugin
This commit is contained in:
parent
82ddd72e29
commit
73a609b18b
@ -18,7 +18,7 @@ import { Spacer } from "../../common/Spacer";
|
||||
import { ReactionPicker } from "../ReactionPicker";
|
||||
import KeyOffIcon from '@mui/icons-material/KeyOff';
|
||||
import EditIcon from '@mui/icons-material/Edit';
|
||||
|
||||
import TextStyle from '@tiptap/extension-text-style';
|
||||
export const MessageItem = ({
|
||||
message,
|
||||
onSeen,
|
||||
@ -208,7 +208,8 @@ export const MessageItem = ({
|
||||
StarterKit,
|
||||
Underline,
|
||||
Highlight,
|
||||
Mention
|
||||
Mention,
|
||||
TextStyle
|
||||
])}
|
||||
/>
|
||||
)}
|
||||
@ -227,7 +228,8 @@ export const MessageItem = ({
|
||||
StarterKit,
|
||||
Underline,
|
||||
Highlight,
|
||||
Mention
|
||||
Mention,
|
||||
TextStyle
|
||||
])}
|
||||
/>
|
||||
)}
|
||||
@ -461,7 +463,8 @@ export const ReplyPreview = ({message, isEdit})=> {
|
||||
StarterKit,
|
||||
Underline,
|
||||
Highlight,
|
||||
Mention
|
||||
Mention,
|
||||
TextStyle
|
||||
])}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user