mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
feat: limit title length to 120 chars
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user