@impakers/debug 1.4.14 → 1.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +1 -1
- package/dist/react.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -4654,7 +4654,7 @@ function ImpakersDebugProvider({ endpoint, getUser }) {
|
|
|
4654
4654
|
}, []);
|
|
4655
4655
|
(0, import_react9.useEffect)(() => {
|
|
4656
4656
|
function handleKeyDown(e) {
|
|
4657
|
-
if ((e.ctrlKey || e.metaKey) && e.shiftKey && e.key === ".") {
|
|
4657
|
+
if ((e.ctrlKey || e.metaKey) && e.shiftKey && (e.key === "." || e.key === ">" || e.code === "Period")) {
|
|
4658
4658
|
e.preventDefault();
|
|
4659
4659
|
if (hidden) {
|
|
4660
4660
|
setHidden(false);
|