Fix scroll in calendar edit list

This commit is contained in:
Lars Westermann 2019-06-11 18:19:44 +02:00
parent 6d6deaeac1
commit 4aeb97a79e
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D

View file

@ -60,6 +60,10 @@ class CalendarEdit(
}
}
onWheel {
it.stopPropagation()
}
WorkGroupRepository.onCreate {
if (loaded) {
launch {