Skip to content

Commit

Permalink
fix: Remove limit on delimiter length [PT-187399429]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Oct 1, 2024
1 parent 36a903e commit 7812407
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 @@ -431,7 +431,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 7812407

Please sign in to comment.