streaksheet
Advanced tools
Comparing version 0.7.37 to 0.7.38
@@ -92,5 +92,7 @@ "use strict"; | ||
return /*#__PURE__*/React.createElement("div", { | ||
onFocus: function onFocus() { | ||
onFocus: function onFocus(e) { | ||
var _selectableElement$cu; | ||
e.persist(); | ||
console.log(e.target); | ||
(_selectableElement$cu = selectableElement.current) === null || _selectableElement$cu === void 0 ? void 0 : _selectableElement$cu.select(); | ||
@@ -97,0 +99,0 @@ }, |
{ | ||
"name": "streaksheet", | ||
"version": "0.7.37", | ||
"version": "0.7.38", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
501530
4413