Skip to content

Commit 4ec0a27

Browse files
authored
Made scrollview public (#283)
1 parent 3ad1684 commit 4ec0a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Proton/Sources/Swift/Editor/EditorView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ open class EditorView: UIView {
146146
get { editorViewContext.delegate }
147147
}
148148

149-
var scrollView: UIScrollView {
149+
public var scrollView: UIScrollView {
150150
richTextView as UIScrollView
151151
}
152152

0 commit comments

Comments
 (0)