|
|
@@ -10,7 +10,7 @@
|
|
|
import Command from 'ckeditor5-core/src/command/command';
|
|
|
|
|
|
// TODO: isImage to image utils.
|
|
|
-import { isImage } from '../imagestyle/utils';
|
|
|
+import { isImage } from '../utils';
|
|
|
|
|
|
export default class ImageAlternateTextCommand extends Command {
|
|
|
constructor( editor ) {
|