From 3be7d94bfaecac464036c7fedfdd5aa27f03c313 Mon Sep 17 00:00:00 2001 From: infeng Date: Sat, 22 Oct 2016 15:35:15 +0800 Subject: [PATCH] fix can not change image when image is loading --- src/ViewerCore.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ViewerCore.tsx b/src/ViewerCore.tsx index 75dccbf..cbf1801 100644 --- a/src/ViewerCore.tsx +++ b/src/ViewerCore.tsx @@ -144,6 +144,11 @@ export default class ViewerCore extends React.Component { let imgWidth = img.width;