From 041ce2decb0da7461979715e800cb8d00dc013b2 Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:23:57 -0700 Subject: [PATCH] Feat/vue nodes autoscale false (#6469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Switch back to false, for now. Because its a destructive action. Edge cases and user information can come next. This saves us time so we can cut a nightly release and move on. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6469-Feat-vue-nodes-autoscale-false-29c6d73d365081deabf0dc284a9b41ab) by [Unito](https://www.unito.io) --- 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 3edff32ff..b2f70776a 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' }, {