Skip to content

Commit

Permalink
fix: πŸ› typo
Browse files Browse the repository at this point in the history
Closes #89
  • Loading branch information
melMass committed Sep 8, 2023
1 parent a50b11b commit 90aee83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/comfy_shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const cleanupNode = (node) => {
return
}

for (const w of this.widgets) {
for (const w of node.widgets) {
if (w.canvas) {
w.canvas.remove()
}
Expand Down

0 comments on commit 90aee83

Please sign in to comment.