Skip to content

Commit a2a7f98

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/SketchList.jsx

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

0 commit comments

Comments
 (0)