Skip to content

Commit 82b68dc

Browse files
committed
Fixed issue-#2653 No Validation for sketch file rename
1 parent fcbc05e commit 82b68dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/components/SketchList.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ class SketchListRowBase extends React.Component {
303303
onBlur={this.handleRenameBlur}
304304
onClick={(e) => e.stopPropagation()}
305305
ref={this.renameInput}
306+
maxLength={60}
306307
/>
307308
)}
308309
</React.Fragment>

0 commit comments

Comments
 (0)