Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(allowedit dont work ,when press del): allowEdit dont work ,when p…
Browse files Browse the repository at this point in the history
…ress DEL
  • Loading branch information
tubiaoge committed Aug 10, 2020
1 parent c832283 commit 10dccec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controllers/rowColumnOperation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 10dccec

Please sign in to comment.