Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 0f75b42

Browse files
authored
Merge pull request #298 from julianapinheiro/fix-fail-status
Save image status
2 parents 8a0f073 + 2b39845 commit 0f75b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/image-viewer.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export default class ImageViewer extends React.Component<Props, State> {
209209
} catch (newError) {
210210
// Give up..
211211
imageStatus.status = 'fail';
212+
saveImageSize();
212213
}
213214
}
214215
);

0 commit comments

Comments
 (0)