We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2deea commit 7a21300Copy full SHA for 7a21300
1 file changed
Sources/CodeEditSourceEditor/Controller/TextViewController+LoadView.swift
@@ -122,7 +122,6 @@ extension TextViewController {
122
object: textView,
123
queue: .main
124
) { [weak self] _ in
125
- guard let scrollView = self?.scrollView else { return }
126
self?.gutterView.frame.size.height = max(
127
(self?.textView.frame.height ?? 0) + 10,
128
(self?.scrollView.documentVisibleRect.height ?? 0.0) + (self?.scrollView.contentInsets.vertical ?? 0.0)
0 commit comments