fix(tui): distinguish subagent focus from current
This commit is contained in:
committed by
OpenCode Agent
parent
6d50023457
commit
6bbc9bae83
@@ -218,7 +218,7 @@ export function SubagentsTab(props: { sessionID: string }) {
|
||||
flexDirection="row"
|
||||
paddingLeft={1}
|
||||
paddingRight={1}
|
||||
backgroundColor={themeV2.background.action({ focused: active(), selected: entry.current })}
|
||||
backgroundColor={themeV2.background.action({ focused: active() })}
|
||||
onMouseOver={() => setStore("selected", index())}
|
||||
onMouseUp={() => {
|
||||
setStore("selected", index())
|
||||
|
||||
Reference in New Issue
Block a user