new chat layout and stuff

This commit is contained in:
legop3
2026-01-15 14:43:55 -05:00
parent 5b9167ab2a
commit d184590bf2
12 changed files with 258 additions and 180 deletions
@@ -351,9 +351,7 @@ export default function KeyboardInputManager() {
if (bindingActive(keymap.chatFocus, tokenSet)) {
event.preventDefault();
resetAll();
if (isChatFocused) {
blurChat();
} else {
if (!isChatFocused) {
focusChat();
}
return;