hide button and revert state when rotating on an iPhone, also fixed the positioning of the strikethrough and underline, and the maxCompressed size in landscape mode is always adapted to be visible.

This commit is contained in:
Mauro Romito
2022-11-22 18:21:59 +01:00
parent 1271e88212
commit fd68af1cef
3 changed files with 23 additions and 7 deletions
@@ -34,8 +34,8 @@ struct FormatItem {
enum FormatType {
case bold
case italic
case strikethrough
case underline
case strikethrough
}
extension FormatType: CaseIterable, Identifiable {