Skip to content

Commit 98d7933

Browse files
siddhant1catarak
authored andcommitted
Added length cap to sketch name (#944)
1 parent 1b468aa commit 98d7933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/components/Toolbar.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class Toolbar extends React.Component {
124124
</a>
125125
<input
126126
type="text"
127+
maxLength="256"
127128
className="toolbar__project-name-input"
128129
value={this.props.project.name}
129130
onChange={this.handleProjectNameChange}

0 commit comments

Comments
 (0)