It would be nice to state hoist SelectionContainer...
# multiplatform
a
It would be nice to state hoist SelectionContainer's selection so its accessible before being copied to the clipboard. This offers a nice UX on many platforms, but on linux its essential to implement the "primary" clipboard feature. Looking at the source code, a remember mutablestate is right there! Frustrating! Anyone know any tricks to grab a remember from a parent composable, without touching the source of the parent?