feat: markdown editor UI fix + insert media (wip)
This commit is contained in:
@@ -3,7 +3,8 @@ import { make } from 'vuex-pathify'
|
||||
const state = {
|
||||
editor: '',
|
||||
content: '',
|
||||
mode: 'create'
|
||||
mode: 'create',
|
||||
activeModal: ''
|
||||
}
|
||||
|
||||
export default {
|
||||
|
Reference in New Issue
Block a user