-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
gr.Blocks().load() order #5275
Comments
Hm just saw #4304 so this should be working... figured out part of it after some testing. the initial event's function can't be None.
The above does not work, the print does not get triggered replacing
|
Ok finally this worked, the interface for working with _js is confusing and not well documented..
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unlike other events it doesn't look like the load() event has a .then() function
How can I guarantee ordering for multiple load() events?
The text was updated successfully, but these errors were encountered: