8
0
Pārlūkot izejas kodu

Using view Selection and DocumentSelection in converters.

Szymon Kupś 7 gadi atpakaļ
vecāks
revīzija
c6140fdb4c

+ 1 - 1
packages/ckeditor5-engine/src/conversion/upcast-selection-converters.js

@@ -13,7 +13,7 @@
 import ModelSelection from '../model/selection';
 
 /**
- * Function factory, creates a callback function which converts a {@link module:engine/view/documentselection~DocumentSelection
+ * Function factory, creates a callback function which converts a {@link module:engine/view/selection~Selection
  * view selection} taken from the {@link module:engine/view/document~Document#event:selectionChange} event
  * and sets in on the {@link module:engine/model/document~Document#selection model}.
  *

+ 1 - 1
packages/ckeditor5-engine/tests/conversion/upcast-selection-converters.js

@@ -4,7 +4,7 @@
  */
 
 import View from '../../src/view/view';
-import ViewDocumentSelection from '../../src/view/documentselection';
+import ViewDocumentSelection from '../../src/view/selection';
 import ViewRange from '../../src/view/range';
 import createViewRoot from '../view/_utils/createroot';