fix(electrobun): +New button no longer sends empty prompt — waits for user input like Continue
This commit is contained in:
parent
634e4658c3
commit
78d77080cc
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@
|
||||||
function handleNew() {
|
function handleNew() {
|
||||||
open = false;
|
open = false;
|
||||||
clearPendingResume(projectId);
|
clearPendingResume(projectId);
|
||||||
onNewSession?.('');
|
// Don't start agent — just clear any pending resume so next Send creates fresh session
|
||||||
|
// The user types their prompt, then hits Send
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue