Skip to content

Commit 738230a

Browse files
authored
Merge pull request dream-num#547 from flowerField/master
清空cell内容后luckysheet-functionbox-cell标签值不同步的bug
2 parents 3b37761 + 7728590 commit 738230a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/controllers/rowColumnOperation.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,9 @@ export function rowColumnOperationInitial(){
20452045

20462046
jfrefreshgrid(d, Store.luckysheet_select_save);
20472047

2048-
$("#luckysheet-functionbox-cell").html("");
2048+
// 清空编辑框的内容
2049+
// 备注:在functionInputHanddler方法中会把该标签的内容拷贝到 #luckysheet-functionbox-cell
2050+
$("#luckysheet-rich-text-editor").html("");
20492051
}
20502052
});
20512053

0 commit comments

Comments
 (0)