Commit c458b1b
fix(material): when the assets exist, use onChangeAssets api, the callback is called immediately
1 parent 0eeee1f commit c458b1bCopy full SHA for c458b1b
File tree
Expand file treeCollapse file tree
3 files changed
+25
-1
lines changedOpen diff view settings
Filter options
- packages
- editor-core/src
- shell/src/api
- types/src/shell/model
Expand file treeCollapse file tree
3 files changed
+25
-1
lines changedOpen diff view settings
Collapse file
packages/editor-core/src/editor.ts
Copy file name to clipboardExpand all lines: packages/editor-core/src/editor.ts+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
222 | 222 | |
223 | 223 | |
224 | 224 | |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
225 | 235 | |
226 | 236 | |
227 | 237 | |
|
Collapse file
packages/shell/src/api/material.ts
Copy file name to clipboardExpand all lines: packages/shell/src/api/material.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
181 | 181 | |
182 | 182 | |
183 | 183 | |
184 | | - |
| 184 | + |
185 | 185 | |
186 | 186 | |
187 | 187 | |
|
Collapse file
packages/types/src/shell/model/editor.ts
Copy file name to clipboardExpand all lines: packages/types/src/shell/model/editor.ts+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 | |
19 | 22 | |
| 23 | + |
| 24 | + |
| 25 | + |
20 | 26 | |
21 | 27 | |
22 | 28 | |
23 | 29 | |
24 | 30 | |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
25 | 39 | |
26 | 40 | |
27 | 41 | |
|
0 commit comments