diff --git a/src/renderer/src/components/right-sidebar/SourceControl.tsx b/src/renderer/src/components/right-sidebar/SourceControl.tsx index 9596e3f93a9..269991812dd 100644 --- a/src/renderer/src/components/right-sidebar/SourceControl.tsx +++ b/src/renderer/src/components/right-sidebar/SourceControl.tsx @@ -1226,6 +1226,12 @@ function BranchEntryRow({ >
{ + const absolutePath = joinPath(worktreePath, entry.path) + e.dataTransfer.setData('text/x-orca-file-path', absolutePath) + e.dataTransfer.effectAllowed = 'copy' + }} onClick={onOpen} >