mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
chore(app): remove compact slash changes
This commit is contained in:
parent
25f92bba8d
commit
cfcc3d973b
2 changed files with 1 additions and 2 deletions
|
|
@ -342,5 +342,4 @@ describe("prompt submit worktree selection", () => {
|
|||
expect(storedSessions["/repo/worktree-a"]).toEqual([{ id: "session-1", title: "New session 1" }])
|
||||
expect(optimisticSeeded).toEqual([true])
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
|||
|
|
@ -480,7 +480,7 @@ export function createPromptSubmit(input: PromptSubmitInput) {
|
|||
description: formatServerError(err, language.t, language.t("common.requestFailed")),
|
||||
})
|
||||
restoreInput()
|
||||
})
|
||||
})
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue