fix(tui): read mounted session query during sibling activation
This commit is contained in:
@@ -854,7 +854,7 @@ export function createTuiChat(
|
|||||||
overlayManager,
|
overlayManager,
|
||||||
// Optional and independently mounted: read at each use so config row order
|
// Optional and independently mounted: read at each use so config row order
|
||||||
// cannot decide whether /resume works.
|
// cannot decide whether /resume works.
|
||||||
sessionQuery: () => ctx.get('sessionQuery'),
|
sessionQuery: () => ctx.get('sessionQuery', false),
|
||||||
ui,
|
ui,
|
||||||
editor,
|
editor,
|
||||||
appendNotice,
|
appendNotice,
|
||||||
|
|||||||
Reference in New Issue
Block a user