Skip to content

Commit

Permalink
clean: remove debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 26, 2024
1 parent c2f5d06 commit 0cb030e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/TextEditorPlus/TextEditorPlus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public struct TextEditorPlus: ViewRepresentable {
textView.delegate = context.coordinator
textView.text = text
textView.font = font
textView.layer.borderWidth = 1.0
textView.layer.borderColor = UIColor.red.cgColor
textView.backgroundColor = textViewBackgroundColor ?? UIColor.clear
textView.placeholderString = placeholderString ?? ""
textView.placeholderFont = font
Expand Down

0 comments on commit 0cb030e

Please sign in to comment.