mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 12:40:00 +00:00
[chore] Clean up ignores after strict mode enabled (#680)
- Replaces all `ts-ignore` with `ts-expect-error` - Resolves https://github.com/Comfy-Org/litegraph.js/issues/578
This commit is contained in:
@@ -129,7 +129,6 @@ export class ContextMenu<TValue = unknown> {
|
||||
: name
|
||||
}
|
||||
|
||||
// @ts-ignore https://github.com/Comfy-Org/litegraph.js/issues/578
|
||||
this.addItem(name, value, options)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user