Skip to content

Commit

Permalink
feat: Allow play during stepping [PT-187374205]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Apr 5, 2024
1 parent 1e47d44 commit 05782af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export const App = () => {
<button
type="button"
onClick={onPlayClick}
disabled={disabled || lengthLimit === undefined || generationMode === "stepping"}>
disabled={disabled || lengthLimit === undefined}>
<PlayOrPauseIcon />
{playLabel}
</button>
Expand Down

0 comments on commit 05782af

Please sign in to comment.