{backgroundColorSwatches.map((swatch) => (
@@ -783,10 +814,10 @@ export function QPowerPoint({ deck, onChange }: QPowerPointProps) {
updateSelectedImageNumber("x", event.target.value, slideWidthInches)}
+ onChange={(event) => updateSelectedImageNumber("x", event.target.value, activeSlideSize.width)}
/>
@@ -854,13 +885,13 @@ export function QPowerPoint({ deck, onChange }: QPowerPointProps) {
-