diff --git a/src/showplanner/ProModeButtons.tsx b/src/showplanner/ProModeButtons.tsx index adadfbf..1303d6a 100644 --- a/src/showplanner/ProModeButtons.tsx +++ b/src/showplanner/ProModeButtons.tsx @@ -18,12 +18,14 @@ export default function ProModeButtons({ channel }: { channel: number }) {
Pro Mode™ {(activeButton === null || activeButton === "trim") && ( - )} {activeButton === "trim" && ( @@ -35,9 +37,10 @@ export default function ProModeButtons({ channel }: { channel: number }) { max={12} step={0.2} value={trimVal.toFixed(1)} - onChange={(e) => - dispatch(setChannelTrim(channel, parseFloat(e.target.value))) - } + onChange={(e) => { + dispatch(setChannelTrim(channel, parseFloat(e.target.value))); + e.target.blur(); // Stop dragging from disabling the keyboard triggers. + }} /> {trimVal} dB