Browse Source

fix(allowedit dont work ,when press del): allowEdit dont work ,when press DEL

master
liuyang 5 years ago
parent
commit
10dcceccc7
  1. 4
      src/controllers/rowColumnOperation.js

4
src/controllers/rowColumnOperation.js

@ -1344,6 +1344,10 @@ export function rowColumnOperationInitial(){
$("#luckysheet-rightclick-menu").hide();
luckysheetContainerFocus();
if(Store.allowEdit===false){
return;
}
if(Store.luckysheet_select_save.length > 0){
let d = editor.deepCopyFlowData(Store.flowdata);

Loading…
Cancel
Save