react-sheet
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -69,2 +69,10 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
} | ||
if (keyCode === keys.TAB) { | ||
e.preventDefault(); | ||
_this.blur(); | ||
_this.addListeners(); | ||
_this.removeEscapeListener(); | ||
_this.moveRight(); | ||
} | ||
}; | ||
@@ -244,6 +252,2 @@ | ||
KeyWrapper.prototype.componentDidMount = function componentDidMount() { | ||
this.addListeners(); | ||
}; | ||
KeyWrapper.prototype.componentWillUnmount = function componentWillUnmount() { | ||
@@ -250,0 +254,0 @@ this.removeListeners(); |
@@ -84,2 +84,10 @@ 'use strict'; | ||
} | ||
if (keyCode === keys.TAB) { | ||
e.preventDefault(); | ||
_this.blur(); | ||
_this.addListeners(); | ||
_this.removeEscapeListener(); | ||
_this.moveRight(); | ||
} | ||
}; | ||
@@ -259,6 +267,2 @@ | ||
KeyWrapper.prototype.componentDidMount = function componentDidMount() { | ||
this.addListeners(); | ||
}; | ||
KeyWrapper.prototype.componentWillUnmount = function componentWillUnmount() { | ||
@@ -265,0 +269,0 @@ this.removeListeners(); |
{ | ||
"name": "react-sheet", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "Spreadsheet component for react", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3179230
38294