undoing removal
This commit is contained in:
parent
e33fe346c6
commit
9b53796266
@ -197,6 +197,7 @@ import UIKit
|
||||
guard accessoryView == nil else { return }
|
||||
|
||||
let caret = CaretView(lineWidth: 1)
|
||||
caret.translatesAutoresizingMaskIntoConstraints = true
|
||||
caret.size = .small(.vertical)
|
||||
if let size = caret.size?.dimensions() {
|
||||
caret.frame = CGRect(origin: CGPoint.zero, size: size)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user