瀏覽代碼

Move TextWatcher to ckeditor5-utils.

Maciej Gołaszewski 6 年之前
父節點
當前提交
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 = [