Skip to content

Commit 7256a2d

Browse files
committed
Public textView, scrollView Properties
1 parent 1c87221 commit 7256a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CodeEditSourceEditor/Controller/TextViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public class TextViewController: NSViewController {
2424

2525
weak var findViewController: FindViewController?
2626

27-
var scrollView: NSScrollView!
28-
var textView: TextView!
27+
internal(set) public var scrollView: NSScrollView!
28+
internal(set) public var textView: TextView!
2929
var gutterView: GutterView!
3030
var minimapView: MinimapView!
3131

0 commit comments

Comments
 (0)