fix: skip node replacement API call when feature is disabled (#8618)

This commit is contained in:
Jin Yi
2026-02-05 16:37:18 +09:00
committed by GitHub
parent 3adecc4ded
commit 1ca6e57ac4
3 changed files with 14 additions and 3 deletions

View File

@@ -1198,7 +1198,7 @@ export const CORE_SETTINGS: SettingParams[] = [
tooltip:
'When enabled, missing nodes can be automatically replaced with their newer equivalents if a replacement mapping exists.',
type: 'boolean',
defaultValue: true,
defaultValue: false,
experimental: true,
versionAdded: '1.40.0'
}