Skip to content

Commit

Permalink
Merge pull request #74 from concord-consortium/187399429-remove-delim…
Browse files Browse the repository at this point in the history
…eter-limit

fix: Remove limit on delimiter length [PT-187399429]
  • Loading branch information
dougmartin authored Oct 1, 2024
2 parents 5671f3f + 7812407 commit 185ea46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ export const App = () => {
onChange={handleChangeDelimiter}
value={delimiter}
placeholder="delimiter"
maxLength={3}
disabled={animating}
style={{width: 75, marginTop: 5}}
autoFocus={true}
Expand Down

0 comments on commit 185ea46

Please sign in to comment.