mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
[TS] Use strict mode in LGraphCanvas (#664)
- Prefer `undefined` over `null` - Primarily nullable type updates
This commit is contained in:
@@ -279,7 +279,7 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
|
||||
console?: string[]
|
||||
_level?: number
|
||||
_shape?: RenderShape
|
||||
mouseOver?: IMouseOverData
|
||||
mouseOver?: IMouseOverData | null
|
||||
redraw_on_mouse?: boolean
|
||||
resizable?: boolean
|
||||
clonable?: boolean
|
||||
|
||||
Reference in New Issue
Block a user