Skip to content

Commit

Permalink
add stoppropagation
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Sep 16, 2024
1 parent 9ed5799 commit 3ce1cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/modules/IDE/components/SketchListRowBase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const SketchListRowBase = ({
onChange={handleRenameChange}
onKeyDown={handleRenameEnter}
onBlur={handleRenameBlur}
onClick={(e) => e.stopPropagation()}
ref={renameInput}
maxLength={128}
/>
Expand Down

0 comments on commit 3ce1cb4

Please sign in to comment.