chore(app): remove compact slash changes

This commit is contained in:
Shoubhit Dash 2026-05-21 15:45:54 +05:30
parent 25f92bba8d
commit cfcc3d973b
2 changed files with 1 additions and 2 deletions

View file

@ -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])
})
})

View file

@ -480,7 +480,7 @@ export function createPromptSubmit(input: PromptSubmitInput) {
description: formatServerError(err, language.t, language.t("common.requestFailed")),
})
restoreInput()
})
})
return
}
}