@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.
@@ -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 splitTextUnit
202
+ * @param text
203
203
  * @param start
204
204
  * @param end
205
205
  * @returns
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "1.1.8",
7
+ "version": "1.1.10",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",