|
|
@ -214,9 +214,9 @@ export function luckysheetupdateCell(row_index1, col_index1, d, cover, isnotfocu |
|
|
|
input_postition["min-width"] = input_postition["max-width"]; |
|
|
|
} |
|
|
|
|
|
|
|
if((value == null || value.toString() == "") && !cover){ |
|
|
|
value = "<br/>"; |
|
|
|
} |
|
|
|
// if((value == null || value.toString() == "") && !cover){
|
|
|
|
// value = "<br/>";
|
|
|
|
// }
|
|
|
|
value = formula.xssDeal(value); |
|
|
|
if(!checkProtectionCellHidden(row_index, col_index, Store.currentSheetIndex) && value.length>0 && value.substr(0, 63)=='<span dir="auto" class="luckysheet-formula-text-color">=</span>'){ |
|
|
|
$("#luckysheet-rich-text-editor").html(""); |
|
|
|