Abdelilah El Aissaoui
11/11/2022, 7:31 PMSelectionContainer {
LazyColumn {
items(100) {
Text("Line number $it")
}
}
}
I've also noticed some items can be skipped like in the attached image.
Text selection in lazy columns is quite buggy in general, not sure if I can do something to improve it. CodeViewer demo has the same issue.Abdelilah El Aissaoui
11/12/2022, 11:43 AMAbdelilah El Aissaoui
11/12/2022, 12:02 PMAlex Styl
11/12/2022, 1:39 PMAbdelilah El Aissaoui
11/12/2022, 1:40 PM