|
|
@@ -17,7 +17,6 @@ import getDataFromElement from '@ckeditor/ckeditor5-utils/src/dom/getdatafromele
|
|
|
import DataApiMixin from '@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin';
|
|
|
import ElementApiMixin from '@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin';
|
|
|
import attachToForm from '@ckeditor/ckeditor5-core/src/editor/utils/attachtoform';
|
|
|
-import secureSourceElement from '@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement';
|
|
|
import mix from '@ckeditor/ckeditor5-utils/src/mix';
|
|
|
import { isElement } from 'lodash-es';
|
|
|
import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
|
|
|
@@ -84,7 +83,7 @@ export default class BalloonEditor extends Editor {
|
|
|
this.ui = new BalloonEditorUI( this, view );
|
|
|
|
|
|
attachToForm( this );
|
|
|
- secureSourceElement( this );
|
|
|
+ this.secureSourceElement();
|
|
|
}
|
|
|
|
|
|
/**
|