@hailin-zheng/editor-core 1.0.37 → 1.0.40

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.
@@ -30,7 +30,7 @@ export declare class ElementTrackManage {
30
30
  generateTrack(): void;
31
31
  /**
32
32
  * 合并操作,
33
- * 文本的相同类型,一定时间周期内要合并
33
+ * 合并输入、删除文字在一定周期内的更改
34
34
  * @private
35
35
  */
36
36
  private mergeOps;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "1.0.37",
7
+ "version": "1.0.40",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",