Skip to content

Commit

Permalink
fix: reduce command priority on Nested Editor update command within T…
Browse files Browse the repository at this point in the history
…able Cells (#575)

Fixes #570
  • Loading branch information
mlequime committed Aug 29, 2024
1 parent c9a922e commit b3d4d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/table/TableEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ const CellEditor: React.FC<CellProps> = ({ focus, setActiveCell, parentEditor, l
saveAndFocus(null)
return true
},
COMMAND_PRIORITY_CRITICAL
COMMAND_PRIORITY_EDITOR
)
)
}, [colIndex, editor, rootEditor, rowIndex, saveAndFocus, setActiveCell])
Expand Down

0 comments on commit b3d4d43

Please sign in to comment.