Skip to content

Commit ef3c850

Browse files
author
tyengibaryan
committed
fix: give bounds manually
1 parent 58b880e commit ef3c850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/data-editor/data-editor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,6 +3507,7 @@ const DataEditorImpl: React.ForwardRefRenderFunction<DataEditorRef, DataEditorPr
35073507
let prevented = false;
35083508
const newVal = renderer.onKeyDown({
35093509
...event,
3510+
bounds: event.bounds,
35103511
cell,
35113512
location: [col - rowMarkerOffset, row],
35123513
theme: themeForCell(cell, event.location),

0 commit comments

Comments
 (0)