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/package.json
CHANGED
package/src/utils/cell.utils.ts
CHANGED
@@ -88,7 +88,7 @@ export const cellKeyboardShortcuts = <TData extends MRT_RowData = MRT_RowData>({
|
|
88
88
|
|
89
89
|
const { enableKeyboardShortcuts } = getState();
|
90
90
|
|
91
|
-
if (event.altKey
|
91
|
+
if (event.altKey) {
|
92
92
|
event.preventDefault();
|
93
93
|
setEnableKeyboardShortcuts(!enableKeyboardShortcuts);
|
94
94
|
return;
|