Always use preferred font for body

This commit is contained in:
aringenbach 2023-03-09 12:11:58 +01:00
parent 732583e4bd
commit 1850299455

View file

@ -101,7 +101,7 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
}
override var textDefaultFont: UIFont {
return self.wysiwygViewModel.textView.font ?? UIFont.preferredFont(forTextStyle: .body)
return UIFont.preferredFont(forTextStyle: .body)
}
var isMaximised: Bool {