diff --git a/_src/plugins/table.js b/_src/plugins/table.js index 93d0352bd9503e5a660ffffcf5fd340f3d3a0508..58a47e2b715b9fa40d5769b52eea064717d3c8cb 100644 --- a/_src/plugins/table.js +++ b/_src/plugins/table.js @@ -1704,7 +1704,7 @@ UE.plugins['table'] = function () { if (!ut) { var start = me.selection.getStart(), - cell = start && domUtils.findParentByTagName(start, ["td", "th",'caption'], true); + cell = start && domUtils.findParentByTagName(start, ["td", "th"], true); if(cell){ cell.style.backgroundColor=bkColor; }