native macOS codings agent orchestrator
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

End sidebar drag before applying drop

+2 -2
+2 -2
supacode/Features/Repositories/Views/SidebarDragSupport.swift
··· 114 114 actions.onDragEnded() 115 115 return false 116 116 } 117 - actions.onDrop(IndexSet(integer: source), dropDestination) 118 117 actions.onDragEnded() 118 + actions.onDrop(IndexSet(integer: source), dropDestination) 119 119 return true 120 120 } 121 121 } ··· 185 185 actions.onDragEnded() 186 186 return false 187 187 } 188 - actions.onDrop(IndexSet(integer: source), dropDestination) 189 188 actions.onDragEnded() 189 + actions.onDrop(IndexSet(integer: source), dropDestination) 190 190 return true 191 191 } 192 192 }