Comparing version 5.1.2 to 5.1.3
@@ -269,3 +269,3 @@ 'use strict'; | ||
var cursorStyle = this.props.disableDragging ? { cursor: 'normal' } : {}; | ||
var cursorStyle = this.props.disableDragging || this.dragHandlerClassName ? { cursor: 'normal' } : { cursor: 'move' }; | ||
var innerStyle = (0, _extends3.default)({}, boxStyle, { | ||
@@ -272,0 +272,0 @@ zIndex: this.state.z |
{ | ||
"name": "react-rnd", | ||
"license": "MIT", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"main": "lib/index.js", | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
"eslint-plugin-react": "^7.3.0", | ||
"flow-bin": "^0.53.1", | ||
"flow-bin": "^0.54.0", | ||
"flow-copy-source": "^1.2.0", | ||
@@ -52,0 +52,0 @@ "flow-runtime": "^0.14.0", |
@@ -422,2 +422,6 @@ <p align="center"><img src ="https://github.com/bokuweb/react-rnd/blob/master/logo.png?raw=true" /></p> | ||
#### v5.1.3 | ||
- Fix cursor style, set `normal` to cursor style when `dragHandlerClassName` is not empty. | ||
#### v5.1.2 | ||
@@ -424,0 +428,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200107
13
1884
565