Skip to content

Commit b3d4d43

Browse files
authored
fix: reduce command priority on Nested Editor update command within Table Cells (#575)
Fixes #570
1 parent c9a922e commit b3d4d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/table/TableEditor.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ const CellEditor: React.FC<CellProps> = ({ focus, setActiveCell, parentEditor, l
453453
saveAndFocus(null)
454454
return true
455455
},
456-
COMMAND_PRIORITY_CRITICAL
456+
COMMAND_PRIORITY_EDITOR
457457
)
458458
)
459459
}, [colIndex, editor, rootEditor, rowIndex, saveAndFocus, setActiveCell])

0 commit comments

Comments
 (0)