diff --git a/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-command.js b/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-command.js index 1a3b4198..b0502146 100644 --- a/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-command.js +++ b/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-command.js @@ -62,7 +62,7 @@ class IbexaCustomAttributesCommand extends Command { const commonAncestor = selectedBlock.getCommonAncestor(nextBlock); - return commonAncestor.name === 'tableRow'; + return commonAncestor.name === 'tableRow' || commonAncestor.name === 'tableCell'; }); return !areBlocksInSameRow && isTableRow;