支持文件和变更区域的根目录快捷操作
This commit is contained in:
@@ -1120,7 +1120,7 @@ export function FileWorkspacePanel() {
|
||||
path: diffListContext.path,
|
||||
branch: diffListContext.branch,
|
||||
})
|
||||
: diffListContext.path
|
||||
: (activeFileTab.description ?? diffListContext.path)
|
||||
|
||||
const handleOpenDiff = async (path: string) => {
|
||||
if (diffListContext.kind === "commit") {
|
||||
|
||||
Reference in New Issue
Block a user