Skip to content

Commit

Permalink
Update FileRowView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoford committed Dec 8, 2024
1 parent c32ca3f commit e816166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExcalidrawZ/Sidebar/FileRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct FileRowView: View {
@FetchRequest(sortDescriptors: [SortDescriptor(\.createdAt, order: .forward)])
var groups: FetchedResults<Group>

@State private var renameMode: Bool = false
// @State private var renameMode: Bool = false
@State private var showPermanentlyDeleteAlert: Bool = false
@State private var isHovered = false

Expand Down

0 comments on commit e816166

Please sign in to comment.