Skip to content

Commit 041ce2d

Browse files
authored
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)
1 parent ce298c4 commit 041ce2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/settings/constants/coreSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ export const CORE_SETTINGS: SettingParams[] = [
10721072
'Automatically scale node positions when switching to Vue rendering to prevent overlap',
10731073
type: 'boolean',
10741074
experimental: true,
1075-
defaultValue: true,
1075+
defaultValue: false,
10761076
versionAdded: '1.30.3'
10771077
},
10781078
{

0 commit comments

Comments
 (0)