MozJPEG options updated

This commit is contained in:
Jake Archibald
2018-10-18 19:02:01 +01:00
parent 093331517e
commit 112305bf46
6 changed files with 205 additions and 148 deletions

View File

@@ -192,8 +192,6 @@ export default class Options extends Component<Props, State> {
}
</section>
{/*
{EncoderOptionComponent &&
<EncoderOptionComponent
options={
@@ -205,6 +203,8 @@ export default class Options extends Component<Props, State> {
/>
}
{/*
<div class={style.row}>
<button onClick={this.onCopyToOtherClick}>Copy settings to other side</button>
</div>