Merge branch 'dev' into keyboard-shortcuts

This commit is contained in:
Surma
2020-12-15 12:01:04 +00:00
committed by GitHub

View File

@@ -604,6 +604,7 @@ export default class Compress extends Component<Props, State> {
const resizeState: Partial<ProcessorState['resize']> = {
width: decoded.width,
height: decoded.height,
method: vectorImage ? 'vector' : 'lanczos3',
// Disable resizing, to make it clearer to the user that something changed here
enabled: false,
};