Results 2 comments of yma16

> editor.on('component:update', (component) => { > if (component && component.isInstanceOf('text') && component.view && component.view.activeRte && component.view.activeRte.container && component.view.activeRte.container.isDetached()) { > component.view.activeRte.destroy(); > } > }); nice