mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +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']) => {
|
||||
this.props.onProcessorOptionsChange(
|
||||
cleanMerge(this.props.processorState, 'quantizer', opts),
|
||||
cleanMerge(this.props.processorState, 'quantize', opts),
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user