react-color
Advanced tools
Comparing version 2.13.2 to 2.13.3
@@ -8,3 +8,3 @@ 'use strict'; | ||
function calculateChange(e, skip, props, container) { | ||
!skip && e.preventDefault(); | ||
e.preventDefault(); | ||
var containerWidth = container.clientWidth; | ||
@@ -11,0 +11,0 @@ var containerHeight = container.clientHeight; |
@@ -8,3 +8,3 @@ 'use strict'; | ||
function calculateChange(e, skip, props, container) { | ||
!skip && e.preventDefault(); | ||
e.preventDefault(); | ||
var containerWidth = container.clientWidth; | ||
@@ -11,0 +11,0 @@ var containerHeight = container.clientHeight; |
@@ -8,3 +8,3 @@ 'use strict'; | ||
function calculateChange(e, skip, props, container) { | ||
!skip && e.preventDefault(); | ||
e.preventDefault(); | ||
var containerWidth = container.clientWidth; | ||
@@ -11,0 +11,0 @@ var containerHeight = container.clientHeight; |
{ | ||
"name": "react-color", | ||
"version": "2.13.2", | ||
"version": "2.13.3", | ||
"description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
767636