update readme
This commit is contained in:
@@ -259,11 +259,6 @@ export default class IframeNode extends Node {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onChange(event) {
|
onChange(event) {
|
||||||
// you have to check if the editor is read-only
|
|
||||||
if (!this.editable) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
this.url = event.target.value
|
this.url = event.target.value
|
||||||
|
|
||||||
// update the iframe url
|
// update the iframe url
|
||||||
|
|||||||
Reference in New Issue
Block a user