Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit f25ffdf

Browse files
committed
Fixed autoimport...
1 parent 62b1f04 commit f25ffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/scroll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import isRange from './isrange';
1111
import Rect from './rect';
12-
import isText from '../../../ckeditor5-engine/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext';
12+
import isText from './istext';
1313

1414
const utils = {};
1515

0 commit comments

Comments
 (0)