Skip to content

Commit 79b49b3

Browse files
committed
Correct Arrow Edge in Scheme Popover
1 parent c2e7e70 commit 79b49b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/ActivityViewer/Tasks/SchemeDropDownView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct SchemeDropDownView: View {
4242
.onHover(perform: { hovering in
4343
self.isHoveringScheme = hovering
4444
})
45-
.instantPopover(isPresented: $isSchemePopOverPresented, arrowEdge: .bottom) {
45+
.instantPopover(isPresented: $isSchemePopOverPresented, arrowEdge: .top) {
4646
popoverContent
4747
}
4848
.onTapGesture {

0 commit comments

Comments
 (0)