mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +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 { 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
|
||||||
])}
|
])}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user