Skip to content

Commit 5e47f55

Browse files
committed
fix: dyn. options race condition
1 parent 167aab8 commit 5e47f55

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
**11.9.2**
4+
5+
```
6+
FIX: race condition in dynamic options
7+
```
8+
39
**11.9.1**
410

511
```

src/js/page/terminal/terminal.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export default class Terminal {
322322
this.screen.printCommand(code);
323323
}
324324
this.screen.cleanInput();
325+
this.updateAssistantoptions();
325326
if (store) {
326327
this.#storeUserInput(code);
327328
}

0 commit comments

Comments
 (0)