@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed idle follow-up submission to clear the editor like normal message submission ([#3926](https://github.com/badlogic/pi-mono/issues/3926)).
|
||||||
- Updated the sandbox extension example lockfile to resolve the vulnerable `lodash-es` transitive dependency ([#3901](https://github.com/badlogic/pi-mono/issues/3901)).
|
- Updated the sandbox extension example lockfile to resolve the vulnerable `lodash-es` transitive dependency ([#3901](https://github.com/badlogic/pi-mono/issues/3901)).
|
||||||
|
|
||||||
## [0.70.6] - 2026-04-28
|
## [0.70.6] - 2026-04-28
|
||||||
|
|||||||
@@ -3342,6 +3342,7 @@ export class InteractiveMode {
|
|||||||
}
|
}
|
||||||
// If not streaming, Alt+Enter acts like regular Enter (trigger onSubmit)
|
// If not streaming, Alt+Enter acts like regular Enter (trigger onSubmit)
|
||||||
else if (this.editor.onSubmit) {
|
else if (this.editor.onSubmit) {
|
||||||
|
this.editor.setText("");
|
||||||
this.editor.onSubmit(text);
|
this.editor.onSubmit(text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user