mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
N°5298 - Upgrade CKEditor to version 5
- update ckeditor plugin update-input-on-change by removing the event fired
This commit is contained in:
@@ -18,8 +18,6 @@ export default class UpdateInputOnChange extends Plugin {
|
||||
// update input when data change
|
||||
oEditor.model.document.on('change:data', (event) => {
|
||||
oInputElement.value = oEditor.getData();
|
||||
const oEvent = new Event('change');
|
||||
oInputElement.dispatchEvent(oEvent);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user