[Cleanup] Removes unused code (#996)

- Removes unused code
- Removes unnecessary globalAlpha reset when drawing reroute highlight
This commit is contained in:
filtered
2025-05-02 08:38:54 +10:00
committed by GitHub
parent cb6020dfc1
commit ee89fc575f
6 changed files with 4 additions and 48 deletions

View File

@@ -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`.
*