From 10dcceccc7f5f04afe70adebb4db59046382abb6 Mon Sep 17 00:00:00 2001 From: liuyang Date: Mon, 10 Aug 2020 18:28:29 +0800 Subject: [PATCH] fix(allowedit dont work ,when press del): allowEdit dont work ,when press DEL --- src/controllers/rowColumnOperation.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controllers/rowColumnOperation.js b/src/controllers/rowColumnOperation.js index 19fda43..9ccb240 100644 --- a/src/controllers/rowColumnOperation.js +++ b/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);