owncast/web/components/chat/ChatTextField
janWilejan f889113526
change overflow behaviour in chat input (#3167)
Firefox only breaks at word boundaries by default, meaning we need a horizontal
scrollbar to handle long words like AAAAAAAAAAAAAAAAAAAAAAAAAAAAA.

Co-authored-by: janWilejan <>
2023-07-11 13:13:04 -07:00
..
ChatTextField.module.scss change overflow behaviour in chat input (#3167) 2023-07-11 13:13:04 -07:00
ChatTextField.stories.tsx fix(chat): refactor chat input to not use slatejs. Closes #3094 2023-06-20 17:06:24 -07:00
ChatTextField.tsx replace grapheme-splitter with graphemer (updated fork) (#3160) 2023-07-10 16:13:40 -07:00
ContentEditable.tsx contenteditable: remove warning about unknown property onContentChange (#3161) 2023-07-10 23:02:07 -07:00
EmojiPicker.tsx feat(chat): preload and cache the custom emoji. Closes #3117 2023-06-27 15:48:16 -07:00