Better mode switching action

This commit is contained in:
space-nuko
2023-05-09 11:36:02 -05:00
parent 2df43c6b04
commit 30198c3808
6 changed files with 1070 additions and 848 deletions

View File

@@ -603,7 +603,7 @@ export interface WidgetLayout extends IDragItem {
node: ComfyWidgetNode
}
type DragItemID = string;
export type DragItemID = string;
type LayoutStateOps = {
addContainer: (parent: ContainerLayout | null, attrs: Partial<Attributes>, index?: number) => ContainerLayout,