8
0
Просмотр исходного кода

Move TextWatcher to ckeditor5-utils.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
a77e1c6078
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/src/texttransformation.js

+ 1 - 1
packages/ckeditor5-typing/src/texttransformation.js

@@ -8,7 +8,7 @@
  */
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
-import TextWatcher from '@ckeditor/ckeditor5-mention/src/textwatcher';
+import TextWatcher from '@ckeditor/ckeditor5-utils/src/textwatcher';
 
 // Set of default transformations provided by the feature.
 const DEFAULT_TRANSFORMATIONS = [