mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
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:
@@ -1072,7 +1072,7 @@ export const CORE_SETTINGS: SettingParams[] = [
|
|||||||
'Automatically scale node positions when switching to Vue rendering to prevent overlap',
|
'Automatically scale node positions when switching to Vue rendering to prevent overlap',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
experimental: true,
|
experimental: true,
|
||||||
defaultValue: true,
|
defaultValue: false,
|
||||||
versionAdded: '1.30.3'
|
versionAdded: '1.30.3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user