Explorar o código

Fixed broken import paths in the MediaFormView class file.

Aleksander Nowodzinski %!s(int64=7) %!d(string=hai) anos
pai
achega
a9c071122c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-media-embed/src/ui/mediaformview.js

+ 1 - 1
packages/ckeditor5-media-embed/src/ui/mediaformview.js

@@ -17,7 +17,7 @@ import InputTextView from '@ckeditor/ckeditor5-ui/src/inputtext/inputtextview';
 import submitHandler from '@ckeditor/ckeditor5-ui/src/bindings/submithandler';
 import FocusTracker from '@ckeditor/ckeditor5-utils/src/focustracker';
 import FocusCycler from '@ckeditor/ckeditor5-ui/src/focuscycler';
-import KeystrokeHandler from '../../../ckeditor5-utils/src/keystrokehandler';
+import KeystrokeHandler from '@ckeditor/ckeditor5-utils/src/keystrokehandler';
 
 import checkIcon from '@ckeditor/ckeditor5-core/theme/icons/check.svg';
 import cancelIcon from '@ckeditor/ckeditor5-core/theme/icons/cancel.svg';