fix node check
This commit is contained in:
@@ -22,7 +22,7 @@ export default class ComponentView {
|
|||||||
this.decorations = decorations
|
this.decorations = decorations
|
||||||
this.editable = editable
|
this.editable = editable
|
||||||
this.selected = false
|
this.selected = false
|
||||||
this.isNode = this.node.constructor.name === 'Node'
|
this.isNode = !!this.node.marks
|
||||||
this.isMark = !this.isNode
|
this.isMark = !this.isNode
|
||||||
this.dom = this.createDOM()
|
this.dom = this.createDOM()
|
||||||
this.contentDOM = this.vm.$refs.content
|
this.contentDOM = this.vm.$refs.content
|
||||||
|
|||||||
Reference in New Issue
Block a user