@tmagic/editor 1.4.11 → 1.4.12

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.
@@ -12225,7 +12225,7 @@ const initServiceEvents = (props, emit, { editorService, codeBlockService, dataS
12225
12225
  collectIdle(nodes, true);
12226
12226
  };
12227
12227
  const nodeUpdateHandler = (nodes) => {
12228
- collectIdle(nodes, false);
12228
+ collectIdle(nodes, true);
12229
12229
  };
12230
12230
  const nodeRemoveHandler = (nodes) => {
12231
12231
  depService.clear(nodes);
@@ -12229,7 +12229,7 @@
12229
12229
  collectIdle(nodes, true);
12230
12230
  };
12231
12231
  const nodeUpdateHandler = (nodes) => {
12232
- collectIdle(nodes, false);
12232
+ collectIdle(nodes, true);
12233
12233
  };
12234
12234
  const nodeRemoveHandler = (nodes) => {
12235
12235
  depService.clear(nodes);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.11",
2
+ "version": "1.4.12",
3
3
  "name": "@tmagic/editor",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -55,8 +55,8 @@
55
55
  "moveable": "^0.53.0",
56
56
  "serialize-javascript": "^6.0.0",
57
57
  "sortablejs": "^1.15.2",
58
- "@tmagic/dep": "1.4.11",
59
- "@tmagic/table": "1.4.11"
58
+ "@tmagic/dep": "1.4.12",
59
+ "@tmagic/table": "1.4.12"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/events": "^3.0.0",
@@ -78,12 +78,12 @@
78
78
  "monaco-editor": "^0.48.0",
79
79
  "typescript": "*",
80
80
  "vue": "^3.4.27",
81
- "@tmagic/form": "1.4.11",
82
- "@tmagic/schema": "1.4.11",
83
- "@tmagic/core": "1.4.11",
84
- "@tmagic/stage": "1.4.11",
85
- "@tmagic/design": "1.4.11",
86
- "@tmagic/utils": "1.4.11"
81
+ "@tmagic/core": "1.4.12",
82
+ "@tmagic/form": "1.4.12",
83
+ "@tmagic/schema": "1.4.12",
84
+ "@tmagic/design": "1.4.12",
85
+ "@tmagic/stage": "1.4.12",
86
+ "@tmagic/utils": "1.4.12"
87
87
  },
88
88
  "peerDependenciesMeta": {
89
89
  "typescript": {
@@ -362,7 +362,7 @@ export const initServiceEvents = (
362
362
 
363
363
  // 节点更新,收集依赖
364
364
  const nodeUpdateHandler = (nodes: MNode[]) => {
365
- collectIdle(nodes, false);
365
+ collectIdle(nodes, true);
366
366
  };
367
367
 
368
368
  // 节点删除,清除对齐的依赖收集