This commit is contained in:
Horis
2025-04-19 11:29:30 +08:00
parent 5e209cccf6
commit 6e18527cbe
@@ -70,6 +70,13 @@ object SharedJsScope {
if (scope is ScriptableObject) { if (scope is ScriptableObject) {
scope.sealObject() scope.sealObject()
} }
if (scope is Map<*, *>) {
scope.entries.forEach {
if (it is ScriptableObject) {