fix bug in embed example

This commit is contained in:
Philipp Kühn 2018-08-25 16:30:22 +02:00
parent fc6588ca3f
commit 1cca2947ce

View File

@ -46,7 +46,7 @@ export default class IframeNode extends Node {
this.url = event.target.value
this.updateAttrs({
url: this.url,
src: this.url,
})
},
},