Skip to content

Commit

Permalink
Removed erroneous code (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep authored Oct 13, 2023
1 parent 0c7f32c commit 148af37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Proton/Sources/Swift/Editor/EditorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ open class EditorView: UIView {
set { richTextView.inputView = newValue }
}

open override var isFirstResponder: Bool {
richTextView.isFirstResponder
}

required public init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
Expand Down

0 comments on commit 148af37

Please sign in to comment.