Skip to content

Commit d1ccdbf

Browse files
author
Kevin
committed
fix: ensure flip control is disabled during buffering in Inputs component
1 parent 0cff434 commit d1ccdbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Inputs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export function Inputs() {
6262
label: "Flip X/Y",
6363
value: flip,
6464
onChange: setFlip,
65+
disabled: buffering,
6566
},
6667
},
6768
[buffering, flip]

0 commit comments

Comments
 (0)