I’m having some issues with the `pointerInput` Mo...
# compose
a
I’m having some issues with the
pointerInput
Modifier on a piece of text. I use it to get the click position and do some things with it, but my issue is that is override the default click behaviour as well. In my case, this means that with a
SelectionContainer
I can select my text, but clicking to deselect doesn’t work, the
pointerInput
consumes the click and doesn’t “transmit” it. Any idea on how to do that? Use the position and still transfer the click?
t
Hi Antoine, Were you able to fix it ?
a
Hi, I don't have the code on hand, but if I remember right I looked at the pointerInput code and replicated it while removing the part where it consumes the click I think it uses pointerInteropFilter
🙏 1
t
Ohh i see. I just saw an open issue regarding this -> https://github.com/JetBrains/compose-jb/issues/1450