forked from owncast/owncast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chat: simplify input handling (owncast#3124)
* chat: simplify input handling Removes the cursor save/restore functionality. Removes most key handling. Allows message to go over limit. Moves the message length check into SendMessage. Changes the chat input to change to the max style only when over the limit, rather than at the limit. Makes it apparent that something is wrong. Fixes owncast#3121 * Prettified Code! --------- Co-authored-by: jprjr <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters