Sinclair's nit
This commit is contained in:
parent
3ec59f243f
commit
545579df78
|
@ -22,7 +22,7 @@ import { FileUploadButton } from './file-upload-button'
|
|||
import { linkClass } from './site-link'
|
||||
import { DisplayMention } from './editor/mention'
|
||||
import { DisplayContractMention } from './editor/contract-mention'
|
||||
import ReactComponent from './editor/tiptap-grid-cards'
|
||||
import GridComponent from './editor/tiptap-grid-cards'
|
||||
|
||||
import Iframe from 'common/util/tiptap-iframe'
|
||||
import TiptapTweet from './editor/tiptap-tweet'
|
||||
|
@ -74,7 +74,7 @@ export const editorExtensions = (simple = false): Extensions => [
|
|||
DisplayLink,
|
||||
DisplayMention,
|
||||
DisplayContractMention,
|
||||
ReactComponent,
|
||||
GridComponent,
|
||||
Iframe,
|
||||
TiptapTweet,
|
||||
TiptapSpoiler.configure({
|
||||
|
@ -337,7 +337,7 @@ export function RichContent(props: {
|
|||
DisplayLink.configure({ openOnClick: false }), // stop link opening twice (browser still opens)
|
||||
DisplayMention,
|
||||
DisplayContractMention,
|
||||
ReactComponent,
|
||||
GridComponent,
|
||||
Iframe,
|
||||
TiptapTweet,
|
||||
TiptapSpoiler.configure({
|
||||
|
|
Loading…
Reference in New Issue
Block a user