Skip to content

Commit 5a0fa9c

Browse files
committed
Changed function name
1 parent 07433a6 commit 5a0fa9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CodeEditSourceEditor/Controller/TextViewController+LoadView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension TextViewController {
6868
}
6969

7070
setUpConstraints()
71-
setUpListeners()
71+
setUpOberservers()
7272

7373
textView.updateFrameIfNeeded()
7474

@@ -107,7 +107,7 @@ extension TextViewController {
107107
])
108108
}
109109

110-
func setUpListeners() {
110+
func setUpOberservers() {
111111
// Layout on scroll change
112112
NotificationCenter.default.addObserver(
113113
forName: NSView.boundsDidChangeNotification,

0 commit comments

Comments
 (0)