From 2b578cb12b2f95860623b158e2d6670b45062c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Sat, 25 Aug 2018 16:45:29 +0200 Subject: [PATCH] update readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ff438186..3f405dbd 100644 --- a/README.md +++ b/README.md @@ -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