-
Notifications
You must be signed in to change notification settings - Fork 8
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
getSlotMenuOptions.apply
incorrectly applying arguments when right clicking on slots.
#18
Comments
getSlotMenuOptions.apply
incorrectly applying arguments when right licking on slots.getSlotMenuOptions.apply
incorrectly applying arguments when right clicking on slots.
The line of code
is fine. Below is the location of the relevant code in litegraph.js: jagenjo/litegraph.js - litegraph.d.ts
|
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply I think you probably misunderstood. On recent update, right clicking on input/output slot will cause error when running that line of code, which will no longer shows the actual right click menu. Other node pack I saw where either using Alternative approach is |
@ty0x2333 the web console should shows the error when right clicking on the slot, removing that line or changing the fix I suggested make everything works again. I can confirm |
Thank you. This is indeed a bug. I will release a minor version to fix it. @Trung0246 |
ComfyUI-Dev-Utils/web/reroute.js
Line 13 in 3f66a0b
I think it should be something like this:
The text was updated successfully, but these errors were encountered: