Browse Source

Fixed relative imports.

Piotrek Koszuliński 9 năm trước cách đây
mục cha
commit
23b29ea74b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      packages/ckeditor5-utils/src/keystrokehandler.js

+ 2 - 2
packages/ckeditor5-utils/src/keystrokehandler.js

@@ -7,8 +7,8 @@
  * @module utils/keystrokehandler
  */
 
-import DomEmitterMixin from '../src/dom/emittermixin';
-import { getCode, parseKeystroke } from '../src/keyboard';
+import DomEmitterMixin from './dom/emittermixin';
+import { getCode, parseKeystroke } from './keyboard';
 
 /**
  * Keystroke handler registers keystrokes so the callbacks associated