Skip to content

Commit dd8a325

Browse files
author
Gerardo
committed
Remove setting the color to the placeholder attributes
1 parent 61c04b7 commit dd8a325

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Aztec/Classes/Formatters/Implementations/MarkFormatter.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class MarkFormatter: AttributeFormatter {
2424
func remove(from attributes: [NSAttributedString.Key: Any]) -> [NSAttributedString.Key: Any] {
2525
var resultingAttributes = attributes
2626

27-
resultingAttributes[.foregroundColor] = placeholderAttributes![.foregroundColor]
2827
resultingAttributes.removeValue(forKey: .markHtmlRepresentation)
2928
return resultingAttributes
3029
}

0 commit comments

Comments
 (0)