Skip to content

Commit

Permalink
ver. 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed Mar 20, 2017
1 parent 0ea942a commit 5ca42e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxcore-album",
"version": "0.3.7",
"version": "0.3.8",
"description": "uxcore-album component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-album.git",
"author": "vincent.bian",
Expand Down
2 changes: 1 addition & 1 deletion src/Viewer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Viewer extends React.Component {
break;
case 27:
// esc
this.props.onClose();
this.props.onClose(e);
break;
default:
break;
Expand Down

0 comments on commit 5ca42e4

Please sign in to comment.