Merge pull request #2610 from TTTPOB/fix/composer-empty-caret

fix(ui): keep empty composer caret visible
This commit is contained in:
Bohdan Triapitsyn
2026-08-27 23:15:12 +03:00
committed by GitHub
@@ -20,6 +20,8 @@ export const COMPOSER_EDITOR_THEME_SPEC = {
'&.cm-focused': { outline: 'none' },
'.cm-content': {
padding: '0',
// Keep the drawn empty-document cursor inside the scroller's horizontal clip.
paddingInlineStart: '1px',
fontFamily: 'inherit',
fontSize: 'inherit',
lineHeight: 'inherit',