Browse Source

Merge pull request #547 from flowerField/master

清空cell内容后luckysheet-functionbox-cell标签值不同步的bug
master
文顶顶 5 years ago
committed by GitHub
parent
commit
738230a553
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/controllers/rowColumnOperation.js

4
src/controllers/rowColumnOperation.js

@ -2045,7 +2045,9 @@ export function rowColumnOperationInitial(){
jfrefreshgrid(d, Store.luckysheet_select_save);
$("#luckysheet-functionbox-cell").html("");
// 清空编辑框的内容
// 备注:在functionInputHanddler方法中会把该标签的内容拷贝到 #luckysheet-functionbox-cell
$("#luckysheet-rich-text-editor").html("");
}
});

Loading…
Cancel
Save