Hi, I found a bug in how multi-touch events are ha...
# compose-web
l
Hi, I found a bug in how multi-touch events are handled in compose-web. The issue was opened a few days ago: https://youtrack.jetbrains.com/issue/CMP-9030/wasm-canvas-incorrect-handling-of-multi-touch-input I have a fix for it as I identified the faulty part in the pointer event handling implementation specific to compose/web. What is the process for upstreaming such change ? In the Github contribution guide, it is explained that opening PRs on Github is not accepted for the compose/ui subproject. Thank you
o
Hi! If your change affects only web source sets, then you can create a PR to the fork - https://github.com/JetBrains/compose-multiplatform-core
l
thank you color 1