mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 21:55:10 -05:00
@@ -3,4 +3,4 @@ import type { AnyEdge, AnyNode } from 'features/nodes/types/invocation';
|
||||
import { atom } from 'nanostores';
|
||||
|
||||
export const $flow = atom<ReactFlowInstance<AnyNode, AnyEdge> | null>(null);
|
||||
export const $needsFit = atom<boolean>(true);
|
||||
export const $needsFit = atom<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user