Remove math paste from office

This commit is contained in:
Sauli Anto
2019-10-01 17:46:51 +03:00
parent 7013be6825
commit e5e78962f0
3 changed files with 2 additions and 266 deletions

View File

@@ -4,11 +4,10 @@ import Widget from '@ckeditor/ckeditor5-widget/src/widget';
import MathUI from './mathui';
import MathEditing from './mathediting';
import AutoMath from './automath';
import MathPasteFromOffice from './mathpastefromoffice';
export default class Math extends Plugin {
static get requires() {
return [ MathEditing, MathUI, Widget, AutoMath, MathPasteFromOffice ];
return [ MathEditing, MathUI, Widget, AutoMath ];
}
static get pluginName() {