maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Refactor handleTitleChanged to cap title length to 40 #406

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Description

Adds a check in handleTitleChanged to not update the snippet title if the length > 40

Motivation and Context

Fixes #404

Checklist:

thebho commented 7 years ago

What happens when a user attempts to add more than 40 characters to the title?

solkaz commented 7 years ago

The title won't get saved to the SnippetAreaToolbar's state and thus won't get updated.