mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Quantizer bug fix
This commit is contained in:
@@ -87,7 +87,7 @@ export default class Options extends Component<Props, State> {
|
|||||||
|
|
||||||
private onQuantizerOptionsChange = (opts: ProcessorOptions['quantize']) => {
|
private onQuantizerOptionsChange = (opts: ProcessorOptions['quantize']) => {
|
||||||
this.props.onProcessorOptionsChange(
|
this.props.onProcessorOptionsChange(
|
||||||
cleanMerge(this.props.processorState, 'quantizer', opts),
|
cleanMerge(this.props.processorState, 'quantize', opts),
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user