如何在CKEditor 5中通过AutoMediaEmbed插入媒体时如何监听引发的事件?
editor.model.document.on( 'mediaEmbed', () => { console.log('insert media') } );
您最终知道了吗?