Skip to content

Commit

Permalink
Merge pull request #2656 from gauravsingh94/issue-#2653
Browse files Browse the repository at this point in the history
Fixes #2653, No Validation for sketch file rename
  • Loading branch information
raclim authored Jul 3, 2024
2 parents 6c466cd + 5fce82f commit f7cdeca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/modules/IDE/components/SketchList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class SketchListRowBase extends React.Component {
onBlur={this.handleRenameBlur}
onClick={(e) => e.stopPropagation()}
ref={this.renameInput}
maxLength={128}
/>
)}
</React.Fragment>
Expand Down
1 change: 1 addition & 0 deletions client/styles/components/_sketch-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@

.sketches-table th {
font-weight: normal;
overflow-wrap: break-word;
}

.sketches-table__name {
Expand Down

0 comments on commit f7cdeca

Please sign in to comment.