Skip to content

Commit

Permalink
fix: TextAttributes from UITextAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Oct 24, 2024
1 parent 8ce8a21 commit f83e624
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 f83e624

Please sign in to comment.