Skip to content

Commit

Permalink
Removed complete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Mar 6, 2024
1 parent 8187910 commit 1d9f98e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CodeEdit/Features/Editor/Views/EditorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ struct EditorView: View {

@EnvironmentObject private var editorManager: EditorManager

// TODO: If ANY editor has permanent tabs, show tab bar, not just this editor (is this the most efficient place to do this check?)
var shouldShowTabBar: Bool {
return navigationStyle == .openInTabs
|| editorManager.flattenedEditors.contains { editor in
Expand Down

0 comments on commit 1d9f98e

Please sign in to comment.