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

Remove unused findLinkRange import, missed after merge.

Address https://github.com/ckeditor/ckeditor5/pull/7546#issuecomment-660961085.
Tomek Wytrębowicz 5 лет назад
Родитель
Сommit
9da45174a2
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-link/src/unlinkcommand.js

+ 0 - 1
packages/ckeditor5-link/src/unlinkcommand.js

@@ -10,7 +10,6 @@
 import Command from '@ckeditor/ckeditor5-core/src/command';
 import findAttributeRange from '@ckeditor/ckeditor5-typing/src/utils/findattributerange';
 import first from '@ckeditor/ckeditor5-utils/src/first';
-import findLinkRange from './findlinkrange';
 import { isImageAllowed } from './utils';
 
 /**