| 4940 | setSlashCommandAutoComplete(sendTextarea); | 4940 | setSlashCommandAutoComplete(sendTextarea); |
| 4941 | sendTextarea.addEventListener('input', () => { | 4941 | sendTextarea.addEventListener('input', () => { |
| 4942 | if (sendTextarea.value[0] == '/') { | 4942 | if (sendTextarea.value[0] == '/') { |
| 4943 | sendTextarea.style.fontFamily = 'monospace'; | 4943 | sendTextarea.style.fontFamily = 'var(--monoFontFamily, monospace)'; |
| 4944 | } else { | 4944 | } else { |
| 4945 | sendTextarea.style.fontFamily = null; | 4945 | sendTextarea.style.fontFamily = null; |
| 4946 | } | 4946 | } |