fix(tui): distinguish subagent focus from current
This commit is contained in:
committed by
𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴
parent
98c29075b4
commit
b7483bb3cf
@@ -218,7 +218,7 @@ export function SubagentsTab(props: { sessionID: string }) {
|
|||||||
flexDirection="row"
|
flexDirection="row"
|
||||||
paddingLeft={1}
|
paddingLeft={1}
|
||||||
paddingRight={1}
|
paddingRight={1}
|
||||||
backgroundColor={themeV2.background.action({ focused: active(), selected: entry.current })}
|
backgroundColor={themeV2.background.action({ focused: active() })}
|
||||||
onMouseOver={() => setStore("selected", index())}
|
onMouseOver={() => setStore("selected", index())}
|
||||||
onMouseUp={() => {
|
onMouseUp={() => {
|
||||||
setStore("selected", index())
|
setStore("selected", index())
|
||||||
|
|||||||
Reference in New Issue
Block a user