We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528e3f1 commit 4e014f7Copy full SHA for 4e014f7
Sources/CodeEditSourceEditor/Gutter/GutterView.swift
@@ -78,8 +78,8 @@ public class GutterView: NSView {
78
forName: TextSelectionManager.selectionChangedNotification,
79
object: nil,
80
queue: .main
81
- ) { _ in
82
- self.needsDisplay = true
+ ) { [weak self] _ in
+ self?.needsDisplay = true
83
}
84
85
0 commit comments