I am not up to date with all that has been written...
# compose-desktop
n
I am not up to date with all that has been written here, so excuse me if I'm asking something that's been covered 😛 TL;DR - Mouse events lost if inside window bounds on startup. I have a KMP/CMP targeting all platforms - in my desktop version (Debug at least) if I enter the window of my app during startup all of the following mouse events gets lost. This is fixed by using the Hot Reload Tooling window's "Clean Composition", or just restarting the app and making sure I don't have my mouse where the window will appear. Has anyone else seen this issue? I don't remember having the issue before enabling Hot Reload, so it might be a baddie. compose: 1.8.0 compose plugin: 1.8.0-rc01 kotlin: 2.1.20 (plugins [kmp, jvm, compose] same version) compose hot reload plugin: 1.0.0-alpha09
a
Can you post a short reproducer?
n
Not for a while (assuming it means a small app with the error), but that would be a good way of pin-pointing the issue