update readme

This commit is contained in:
Philipp Kühn
2018-08-25 16:45:29 +02:00
committed by GitHub
parent 8505763d89
commit 2b578cb12b

View File

@@ -259,11 +259,6 @@ export default class IframeNode extends Node {
},
methods: {
onChange(event) {
// you have to check if the editor is read-only
if (!this.editable) {
return
}
this.url = event.target.value
// update the iframe url