mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-13 18:31:16 +08:00
fix: auto-repair malformed memory scope regions
This commit is contained in:
@@ -4241,8 +4241,8 @@ function _refreshMemoryBrowser() {
|
||||
const scope = normalizeMemoryScope(node.scope);
|
||||
const regionText = [
|
||||
scope.regionPrimary,
|
||||
...(scope.regionPath || []),
|
||||
...(scope.regionSecondary || []),
|
||||
...(Array.isArray(scope.regionPath) ? scope.regionPath : []),
|
||||
...(Array.isArray(scope.regionSecondary) ? scope.regionSecondary : []),
|
||||
]
|
||||
.join(" ")
|
||||
.toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user