Fix composer resizing animations

This commit is contained in:
aringenbach
2022-10-07 11:41:33 +02:00
committed by aringenbach
parent 19eaff0e97
commit c0f58a3938
3 changed files with 33 additions and 26 deletions
@@ -116,6 +116,7 @@ struct Composer: View {
}
.padding(.horizontal, 16)
.padding(.bottom, 4)
.animation(.none)
}
.sheet(isPresented: $isBottomSheetExpanded) {
moduleSelectionList