Skip to content

Commit

Permalink
fix dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
fuermosi777 committed Apr 24, 2018
1 parent 6007a0c commit b8d43ae
Show file tree
Hide file tree
Showing 3 changed files with 8,294 additions and 7,055 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ var FreeScrollbar = function (_React$Component) {
document.removeEventListener('mousemove', this.handleHandlerMouseMove);
document.removeEventListener('mouseup', this.handleHandlerMouseUp);
document.removeEventListener('readystatechange', this.handleReadyStateChange);

clearTimeout(this.handlerHider);
}
}, {
key: 'componentDidUpdate',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-free-scrollbar",
"version": "0.3.0",
"version": "0.3.1",
"description": "A react module for creating customizable scroll area",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit b8d43ae

Please sign in to comment.