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 15de1d5 commit 8165559Copy full SHA for 8165559
CodeEdit/Features/UtilityArea/ViewModels/UtilityAreaViewModel.swift
@@ -16,7 +16,7 @@ class UtilityAreaViewModel: ObservableObject {
16
17
@Published var selectedTerminals: Set<UtilityAreaTerminal.ID> = []
18
19
- /// Indicates whether debugger is collapse or not
+ /// Indicates whether the utility area is collapsed or not
20
@Published var isCollapsed: Bool = false
21
22
/// Returns true when the drawer is visible
0 commit comments