Open gsteinLTU opened 3 months ago
Might be an issue of not waiting for the image load to complete here (or similar). This code is for messages, but there's probably a similar thing elsewhere for RPC results.
Looks like that linked part of the code is used for both messages and RPC results. It should be as simple as making that async and returning a promise that resolves after the load event, but without static typing that's turning into an absolute pain to propagate out...
This causes an error:
Adding a tiny wait fixes it: