Matthias Nott
2026-03-07 281834df3070cfbdfc28314ab2a2e84d321ca5df
components/chat/InputBar.tsx
....@@ -38,6 +38,7 @@
3838 if (!trimmed) return;
3939 onSendText(trimmed);
4040 setText("");
41
+ Keyboard.dismiss();
4142 }, [text, onSendText]);
4243
4344 if (!isTextMode) {