remove log

This commit is contained in:
Philipp Kühn 2020-11-24 10:52:27 +01:00
parent dcac8e5407
commit ae6630e6dc

View File

@ -17,7 +17,6 @@ export default Vue.extend({
if (editor && editor.options.element) {
this.$nextTick(() => {
this.$el.appendChild(editor.options.element.firstChild)
console.log('append')
// editor.setParentComponent(this)
})
}