chore(app): remove compact slash changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user