mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-26 09:44:06 +00:00
[TS] Enable noUnusedParameters (#3110)
This commit is contained in:
@@ -394,7 +394,7 @@ export class ManageGroupDialog extends ComfyDialog<HTMLDialogElement> {
|
||||
$el(
|
||||
'button.comfy-btn',
|
||||
{
|
||||
onclick: (e) => {
|
||||
onclick: () => {
|
||||
const node = app.graph.nodes.find(
|
||||
(n) => n.type === `${PREFIX}${SEPARATOR}` + this.selectedGroup
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user