我们正在尝试将 CKEditor 5 实施到我们的应用程序中,但我们在文档方面遇到了一些困难。
我们想禁用放置事件到编辑区域或以某种方式控制它。有活动吗?
我们正在尝试editor.model.document.on('clipboardInput')或editor.model.document.on('dragover')没有任何运气。这些事件不会被触发。
editor.model.document.on('clipboardInput')
editor.model.document.on('dragover')
ckeditor ckeditor5
ckeditor ×1
ckeditor5 ×1