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 e3d62cd commit 949d0a2Copy full SHA for 949d0a2
devdocs-macos/DocumentationWindowController.swift
@@ -7,7 +7,7 @@ class DocumentationWindowController: NSWindowController {
7
8
var documentation: Documentation!
9
private var observations: Set<NSKeyValueObservation>!
10
- private var contentSearchField: NSSearchField?
+ private weak var contentSearchField: NSSearchField?
11
12
override var windowNibName: NSNib.Name? {
13
return NSNib.Name("DocumentationWindow")
0 commit comments