feat: start with the feat disabled to reduce impact

This commit is contained in:
Simula_r
2025-10-28 13:18:18 -07:00
parent b06e634f54
commit f39053b75b

View File

@@ -1072,7 +1072,7 @@ export const CORE_SETTINGS: SettingParams[] = [
'Automatically scale node positions when switching to Vue rendering to prevent overlap',
type: 'boolean',
experimental: true,
defaultValue: true,
defaultValue: false,
versionAdded: '1.30.3'
},
{