mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
Remove node edge resize (#1066)
This commit is contained in:
@@ -260,7 +260,7 @@ export interface IBoundaryNodes {
|
||||
export type Direction = "top" | "bottom" | "left" | "right"
|
||||
|
||||
/** Resize handle positions (compass points) */
|
||||
export type CompassDirection = "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW"
|
||||
export type CompassCorners = "NE" | "SE" | "SW" | "NW"
|
||||
|
||||
/**
|
||||
* A string that represents a specific data / slot type, e.g. `STRING`.
|
||||
|
||||
Reference in New Issue
Block a user