[Refactor] Remove redundant code (#1001)

Removes redundant code. After being refactored out of LGraphCanvas, the
class methods were being passed their own properties as params.
This commit is contained in:
filtered
2025-05-03 04:06:23 +10:00
committed by GitHub
parent b838a70ed2
commit 9dcc3bf39a
9 changed files with 53 additions and 61 deletions

View File

@@ -6,10 +6,8 @@ import { Point } from "@/interfaces"
import { LiteGraph } from "@/litegraph"
export interface DrawWidgetOptions {
y: number
width: number
show_text?: boolean
margin?: number
showText?: boolean
}
export interface WidgetEventOptions {