feat: limit title length to 120 chars

This commit is contained in:
thecodrr
2020-03-02 09:47:27 +05:00
parent 782992b2ad
commit c4fddf5fe4

View File

@@ -19,6 +19,7 @@ export default class TitleBox extends React.Component {
return (
<Input
ref={ref => (this.inputRef = ref)}
maxLength={120}
placeholder="Untitled"
fontFamily="heading"
fontWeight="heading"