|
|
@@ -9,7 +9,6 @@
|
|
|
|
|
|
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
|
|
|
|
|
|
-import HighlightEditing from './highlightediting';
|
|
|
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
|
|
|
|
|
|
import markerIcon from './../theme/icons/marker.svg';
|
|
|
@@ -70,13 +69,6 @@ export default class HighlightUI extends Plugin {
|
|
|
};
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * @inheritDoc
|
|
|
- */
|
|
|
- static get requires() {
|
|
|
- return [ HighlightEditing ];
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* @inheritDoc
|
|
|
*/
|