forked from external-repos/squoosh
Missing bind
This commit is contained in:
@@ -258,6 +258,7 @@ export default class App extends Component<Props, State> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@bind
|
||||||
async updateFile(file: File) {
|
async updateFile(file: File) {
|
||||||
this.setState({ loading: true });
|
this.setState({ loading: true });
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user