mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 14:54:12 +00:00
[Cleanup] Removes unused code (#996)
- Removes unused code - Removes unnecessary globalAlpha reset when drawing reroute highlight
This commit is contained in:
@@ -253,12 +253,6 @@ export interface IBoundaryNodes {
|
||||
|
||||
export type Direction = "top" | "bottom" | "left" | "right"
|
||||
|
||||
export interface IOptionalSlotData<TSlot extends INodeInputSlot | INodeOutputSlot> {
|
||||
content: string
|
||||
value: TSlot
|
||||
className?: string
|
||||
}
|
||||
|
||||
/**
|
||||
* A string that represents a specific data / slot type, e.g. `STRING`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user