streaksheet
Advanced tools
Comparing version 0.8.33 to 0.8.34
@@ -84,2 +84,17 @@ "use strict"; | ||
return /*#__PURE__*/React.createElement("div", { | ||
onBlur: function onBlur(e) { | ||
var _ref$current; | ||
var newTarget = e.relatedTarget; | ||
if (!ref || !('current' in ref)) { | ||
return; | ||
} | ||
if ((_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.contains(newTarget)) { | ||
return; | ||
} | ||
setCellBeingEdited(null); | ||
}, | ||
onFocus: function onFocus(e) { | ||
@@ -86,0 +101,0 @@ var target = e.target; |
{ | ||
"name": "streaksheet", | ||
"version": "0.8.33", | ||
"version": "0.8.34", | ||
"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
813631
7176