Closed solkaz closed 7 years ago
Adds a check in handleTitleChanged to not update the snippet title if the length > 40
handleTitleChanged
Fixes #404
What happens when a user attempts to add more than 40 characters to the title?
The title won't get saved to the SnippetAreaToolbar's state and thus won't get updated.
SnippetAreaToolbar
Description
Adds a check in
handleTitleChanged
to not update the snippet title if the length > 40Motivation and Context
Fixes #404
Checklist: