Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix aflogo node #7

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Fix aflogo node #7

merged 1 commit into from
Oct 3, 2024

Conversation

christian-byrne
Copy link
Contributor

@christian-byrne christian-byrne commented Sep 22, 2024

Closes #6. Issue with aflogo node occurs after LiteGraph.LGraphNode ES6 class conversion that happened here:

The use of .prototype chaining is outdated for ES6 classes, which rely on extends and super() to establish inheritance and invoke parent class constructors.

The node is fixed by converting to ES6 class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The logo node is fully transparent and it freezes the Comfy UI canvas
2 participants