mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #6624 from Ocelot-Social-Community/fix-code-in-editor-component
fix(webapp): fix code in editor component
This commit is contained in:
commit
a5578e4ff4
@ -28,10 +28,10 @@ import { replace, build } from 'xregexp/xregexp-all.js'
|
||||
|
||||
import * as key from '../../constants/keycodes'
|
||||
import { HASHTAG, MENTION } from '../../constants/editor'
|
||||
import defaultExtensions from './defaultExtensions.js'
|
||||
import EventHandler from './plugins/eventHandler.js'
|
||||
import Hashtag from './nodes/Hashtag.js'
|
||||
import Mention from './nodes/Mention.js'
|
||||
import defaultExtensions from './defaultExtensions'
|
||||
import EventHandler from './plugins/eventHandler'
|
||||
import Hashtag from './nodes/Hashtag'
|
||||
import Mention from './nodes/Mention'
|
||||
import MenuBar from './MenuBar'
|
||||
import ContextMenu from './ContextMenu'
|
||||
import SuggestionList from './SuggestionList'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user