fix(app): clear comments on prompt submission (#12148)
This commit is contained in:
parent
ecd7854853
commit
ce87121067
2 changed files with 14 additions and 1 deletions
|
|
@ -2603,7 +2603,10 @@ export default function Page() {
|
|||
}}
|
||||
newSessionWorktree={newSessionWorktree()}
|
||||
onNewSessionWorktreeReset={() => setStore("newSessionWorktree", "main")}
|
||||
onSubmit={resumeScroll}
|
||||
onSubmit={() => {
|
||||
comments.clear()
|
||||
resumeScroll()
|
||||
}}
|
||||
/>
|
||||
</Show>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue