8
0
Quellcode durchsuchen

Move TextWatcher to ckeditor5-utils.

Maciej Gołaszewski vor 6 Jahren
Ursprung
Commit
a77e1c6078
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 = [