tycono 0.3.34 → 0.3.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tycono",
3
- "version": "0.3.34",
3
+ "version": "0.3.35",
4
4
  "description": "Build an AI company. Watch them work.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -466,7 +466,7 @@ export const CommandMode: React.FC<CommandModeProps> = ({
466
466
  onChange={(v) => { setInput(v); setAcIndex(0); }}
467
467
  onSubmit={handleSubmit}
468
468
  placeholder=""
469
- focus={!quickBarActive}
469
+ focus={isActive && !quickBarActive}
470
470
  />
471
471
  </Box>
472
472