mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 02:04:09 +00:00
Allow node resize from any corner or edge (#1063)
This commit is contained in:
@@ -34,8 +34,6 @@ export enum CanvasItem {
|
||||
Reroute = 1 << 2,
|
||||
/** The path of a link */
|
||||
Link = 1 << 3,
|
||||
/** A resize in the bottom-right corner */
|
||||
ResizeSe = 1 << 4,
|
||||
/** A reroute slot */
|
||||
RerouteSlot = 1 << 5,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user