Text caret/cursor immediately before or after an emoji is not visible.
Changes proposed in this pull request:
Don't display .ql-emojiblot as inline-flex, instead use inline-block, which quill and contenteditable handle better with the text caret/cursor.
Also set vertical-align: text-top to visually mimic align-items: center. See image below for comparison:
Text caret/cursor immediately before or after an emoji is not visible.
Changes proposed in this pull request: Don't display
.ql-emojiblot
asinline-flex
, instead useinline-block
, which quill and contenteditable handle better with the text caret/cursor.Also set
vertical-align: text-top
to visually mimicalign-items: center
. See image below for comparison:Fixes: #49