fix bug
This commit is contained in:
parent
fe41feb424
commit
7e8368e65f
|
@ -1973,7 +1973,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
|
||||||
if (tableborder===undefined) {
|
if (tableborder===undefined) {
|
||||||
this._UpdateBordersNoSpacing_();
|
this._UpdateBordersNoSpacing_();
|
||||||
|
|
||||||
if (this._allTable) {
|
/*if (this._allTable) {
|
||||||
updateBorders = this.CellBorders;
|
updateBorders = this.CellBorders;
|
||||||
this.ChangedCellBorders = null;
|
this.ChangedCellBorders = null;
|
||||||
this._UpdateBorderStyle(updateBorders.get_Left(), (cellborder.indexOf('l') > -1));
|
this._UpdateBorderStyle(updateBorders.get_Left(), (cellborder.indexOf('l') > -1));
|
||||||
|
@ -1982,7 +1982,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
|
||||||
this._UpdateBorderStyle(updateBorders.get_Bottom(), (cellborder.indexOf('b') > -1));
|
this._UpdateBorderStyle(updateBorders.get_Bottom(), (cellborder.indexOf('b') > -1));
|
||||||
this._UpdateBorderStyle(updateBorders.get_InsideV(), (cellborder.indexOf('c') > -1));
|
this._UpdateBorderStyle(updateBorders.get_InsideV(), (cellborder.indexOf('c') > -1));
|
||||||
this._UpdateBorderStyle(updateBorders.get_InsideH(), (cellborder.indexOf('m') > -1));
|
this._UpdateBorderStyle(updateBorders.get_InsideH(), (cellborder.indexOf('m') > -1));
|
||||||
}
|
}*/
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue