-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: send multiline messages #44
Comments
@Endass That's because the botclient uses an
Sadly, there isn't any yet. I intend to replace the input tag with a content-editable div in future. It's even in our to-do! |
This might be useful |
That's oddly specific. Anyways, as you can read in the comments, managing content-editable divs in react is painful, especially with the cursor jumping back to the beginning after each render. There are Slate.js and other libs for this sole purpose, but thanks for the lead! |
In default discord you can just Shift + Enter to go into new line, but here can't. Any other way to do it?
The text was updated successfully, but these errors were encountered: