Convert to DLL compatible plugin (#46)

This commit is contained in:
Daniel Kulbe
2023-02-06 19:35:50 +01:00
committed by Tony Narlock
parent 0dbe462a9e
commit 383361733a
30 changed files with 1984 additions and 2827 deletions

View File

@@ -1,5 +1,4 @@
import Command from '@ckeditor/ckeditor5-core/src/command';
import { Command } from 'ckeditor5/src/core';
import { getSelectedMathModelWidget } from './utils';
export default class MathCommand extends Command {