MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Smarter handling of newlines in homework description #107

Closed thatoddmailbox closed 4 years ago

thatoddmailbox commented 4 years ago

In the old Homework modal, the enter key would add a new line to the description. In the new Homework modal, using the enter key in the description textarea submits the modal. Since the description textarea is big and supports multiple lines, we should probably allow enter for newlines and shift+enter to submit the modal. (or vice versa?)

thatoddmailbox commented 4 years ago

This was fixed in 48f8b54.