Skip to content

Commit 4a7f355

Browse files
Update CodeEdit/Features/NavigatorArea/ProjectNavigator/OutlineView/ProjectNavigatorViewController.swift
1 parent 8565ddc commit 4a7f355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/NavigatorArea/ProjectNavigator/OutlineView/ProjectNavigatorViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class ProjectNavigatorViewController: NSViewController {
6565
var shouldSendSelectionUpdate: Bool = true
6666

6767
var filterIsEmpty: Bool {
68-
workspace?.navigatorFilter.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty
68+
workspace?.navigatorFilter.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty == true
6969
}
7070

7171
/// Setup the ``scrollView`` and ``outlineView``

0 commit comments

Comments
 (0)