Skip to content

Commit

Permalink
#6297 table.plugin.CellEditing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 26, 2025
1 parent 1f79e54 commit af51fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/table/plugin/CellEditing.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class CellEditing extends Plugin {
me.onSelectionModelChange({value: selectionModel})
}

owner.keys.add({
owner.view.keys.add({
Enter: 'onTableKeyDown',
Space: 'onTableKeyDown',
scope: me
Expand Down Expand Up @@ -156,7 +156,7 @@ class CellEditing extends Plugin {

await view.promiseUpdate();

await me.timeout(10);
await me.timeout(30);

editor.focus()
}
Expand Down

0 comments on commit af51fb8

Please sign in to comment.