Fix scroll in calendar edit list
This commit is contained in:
parent
6d6deaeac1
commit
4aeb97a79e
|
@ -60,6 +60,10 @@ class CalendarEdit(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onWheel {
|
||||||
|
it.stopPropagation()
|
||||||
|
}
|
||||||
|
|
||||||
WorkGroupRepository.onCreate {
|
WorkGroupRepository.onCreate {
|
||||||
if (loaded) {
|
if (loaded) {
|
||||||
launch {
|
launch {
|
||||||
|
|
Loading…
Reference in a new issue