提交 b13c9f97 编写于 作者: 许恒

[fixed]by xuheng 添加单元格背景颜色设置

上级 3687bc65
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册