material-react-table-narender 2.13.13 → 2.13.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/cell.utils.ts +1 -1
package/dist/index.esm.js
CHANGED
@@ -439,7 +439,7 @@ const cellKeyboardShortcuts = ({ cell, cellElements, cellValue, containerElement
|
|
439
439
|
debugger;
|
440
440
|
const { getState, setEnableKeyboardShortcuts, } = table;
|
441
441
|
const { enableKeyboardShortcuts } = getState();
|
442
|
-
if (event.altKey
|
442
|
+
if (event.altKey) {
|
443
443
|
event.preventDefault();
|
444
444
|
setEnableKeyboardShortcuts(!enableKeyboardShortcuts);
|
445
445
|
return;
|