diff --git a/src/controllers/updateCell.js b/src/controllers/updateCell.js
index ec81914..ad088dc 100644
--- a/src/controllers/updateCell.js
+++ b/src/controllers/updateCell.js
@@ -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 = "
";
- }
+ // if((value == null || value.toString() == "") && !cover){
+ // value = "
";
+ // }
value = formula.xssDeal(value);
if(!checkProtectionCellHidden(row_index, col_index, Store.currentSheetIndex) && value.length>0 && value.substr(0, 63)=='='){
$("#luckysheet-rich-text-editor").html("");