Feat/vue nodes autoscale false (#6469)

## 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)
This commit is contained in:
Simula_r
2025-10-30 15:23:57 -07:00
committed by GitHub
parent ce298c43f4
commit 041ce2decb

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'
},
{