Commit 2d96de1
authored
fix(meta): Export isCustomModelCompatible function
The isCustomModelCompatible function was implemented in the core scripts but was not exported, making it inaccessible to other resources that depend on this library.
This commit adds the corresponding <export> tag to meta.xml, properly exposing the function and fixing potential "function not found" errors in dependent resources.1 parent fcf8cd2 commit 2d96de1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments