@hailin-zheng/editor-core 1.1.8 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-cjs.js +15 -2
- package/index-cjs.js.map +1 -1
- package/index.js +15 -2
- package/index.js.map +1 -1
- package/med_editor/framework/document-change.d.ts +1 -1
- package/package.json +1 -1
@@ -199,7 +199,7 @@ export declare class DocumentChange {
|
|
199
199
|
insertElement(targetElement: Element, targetOffset: number, destEleArray: Array<Element>): Element | null;
|
200
200
|
/**
|
201
201
|
* 根据开始位置和结束位置,将字符切割成指定的区间
|
202
|
-
* @param
|
202
|
+
* @param text
|
203
203
|
* @param start
|
204
204
|
* @param end
|
205
205
|
* @returns
|