Skip to content

Commit

Permalink
Merge pull request #11 from Infomaniak/fix-textattributes
Browse files Browse the repository at this point in the history
fix: TextAttributes from UITextAttributes
  • Loading branch information
valentinperignon authored Oct 24, 2024
2 parents 8ce8a21 + f83e624 commit d4e8bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class TextAttributes: ObservableObject {
hasStrikethrough = uiTextAttributes.hasStrikeThrough
hasSubscript = uiTextAttributes.hasSubscript
hasSuperscript = uiTextAttributes.hasSuperscript
hasOrderedList = uiTextAttributes.hasLink
hasOrderedList = uiTextAttributes.hasOrderedList
hasUnorderedList = uiTextAttributes.hasUnorderedList

hasLink = uiTextAttributes.hasLink
Expand Down

0 comments on commit d4e8bd9

Please sign in to comment.