mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 14:09:59 +00:00
Fix pin not respected by multi-select move (#284)
This commit is contained in:
@@ -24,6 +24,9 @@ export interface Positionable {
|
||||
/** true if this object is part of the selection, otherwise false. */
|
||||
selected?: boolean
|
||||
|
||||
/** See {@link IPinnable.pinned} */
|
||||
readonly pinned?: boolean
|
||||
|
||||
readonly children?: ReadonlySet<Positionable>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user