Linear mode bug fixes (#8054)

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8054-Linear-mode-bug-fixes-2e86d73d365081ed8d75d6e2af679f6c)
by [Unito](https://www.unito.io)
This commit is contained in:
AustinMroz
2026-01-14 20:49:13 -08:00
committed by GitHub
parent ed3c855eb6
commit efc242b968
9 changed files with 79 additions and 14 deletions

View File

@@ -1234,7 +1234,7 @@ export function useCoreCommands(): ComfyCommand[] {
{
id: 'Comfy.ToggleLinear',
icon: 'pi pi-database',
label: 'toggle linear mode',
label: 'Toggle Simple Mode',
function: () => {
const newMode = !canvasStore.linearMode
app.rootGraph.extra.linearMode = newMode