[TS] Use strict mode in LGraphCanvas (#664)

- Prefer `undefined` over `null`
- Primarily nullable type updates
This commit is contained in:
filtered
2025-03-02 08:58:50 +11:00
committed by GitHub
parent ab25d1fc6e
commit 539fa91b0d
4 changed files with 23 additions and 20 deletions

View File

@@ -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