add selected prop for nodeviews
This commit is contained in:
@@ -406,6 +406,7 @@ export default class IframeNode extends Node {
|
||||
// `node` is a Prosemirror Node Object
|
||||
// `updateAttrs` is a function to update attributes defined in `schema`
|
||||
// `editable` is the global editor prop whether the content can be edited
|
||||
// `selected`
|
||||
props: ['node', 'updateAttrs', 'editable'],
|
||||
computed: {
|
||||
src: {
|
||||
|
||||
Reference in New Issue
Block a user