mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +00:00
added missing tiptap plugin
This commit is contained in:
parent
d6ca55fd20
commit
6cd91354db
@ -18,6 +18,7 @@ import { ReactionPicker } from "../ReactionPicker";
|
||||
import KeyOffIcon from '@mui/icons-material/KeyOff';
|
||||
import EditIcon from '@mui/icons-material/Edit';
|
||||
import Mention from "@tiptap/extension-mention";
|
||||
import TextStyle from '@tiptap/extension-text-style';
|
||||
|
||||
export const MessageItem = ({
|
||||
message,
|
||||
@ -205,7 +206,8 @@ export const MessageItem = ({
|
||||
StarterKit,
|
||||
Underline,
|
||||
Highlight,
|
||||
Mention
|
||||
Mention,
|
||||
TextStyle
|
||||
])}
|
||||
setMobileViewModeKeepOpen={setMobileViewModeKeepOpen}
|
||||
/>
|
||||
@ -225,7 +227,8 @@ export const MessageItem = ({
|
||||
StarterKit,
|
||||
Underline,
|
||||
Highlight,
|
||||
Mention
|
||||
Mention,
|
||||
TextStyle
|
||||
])}
|
||||
setMobileViewModeKeepOpen={setMobileViewModeKeepOpen}
|
||||
/>
|
||||
@ -458,7 +461,8 @@ export const ReplyPreview = ({message, isEdit})=> {
|
||||
StarterKit,
|
||||
Underline,
|
||||
Highlight,
|
||||
Mention
|
||||
Mention,
|
||||
TextStyle
|
||||
])}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user