From f39053b75bb9a3f9413f75d07cced622d592ff55 Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:18:18 -0700 Subject: [PATCH] feat: start with the feat disabled to reduce impact --- src/platform/settings/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 423718d77..2b8eba44c 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -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' }, {