zt
02/03/2025, 6:37 AMColumn(modifier = Modifier.fillMaxHeight) {
ContextMenuArea(items = { emptyList() }) {
Box(modifier = Modifier.weight(1f))
}
}
Removing the ContextMenuArea surrounding the box fixes it but then there's no context menu.
So what can I do? Or is this more a problem with how the context menu is handled?ephemient
02/03/2025, 8:25 AMzt
02/03/2025, 10:38 PM