Open pint-drinker opened 1 year ago
I have same problem as well. Are you planing to fix this?
has anyone solved this yet ???
I fixed with taking code of NewMessage component and replacing it in ChatEngine component. I was going to create a fix in my repo, but somehow it fixed itself
Hi! You could try this:
.ql-editor {
white-space: unset !important;
}
Hi! You could try this:
.ql-editor { white-space: unset !important; }
this solved the problem! thanks for helping
Perhaps it has something to do with this line of code? where things are getting trimmed: https://github.com/chatengine-io/react-chat-engine/blob/master/src/components/ChatEngine/ChatFeed/NewMessageForm/index.js#L39
Originally posted by @pint-drinker in https://github.com/chatengine-io/react-chat-engine/issues/156#issuecomment-1465342091