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

Commit

Permalink
fix(bug): bug
Browse files Browse the repository at this point in the history
bug

fix #330
  • Loading branch information
wpxp123456 committed Dec 14, 2020
1 parent c003f8a commit 95e26c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/rowColumnOperation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ export function rowColumnOperationInitial(){

//删除单元格(左移、上移)
$("#luckysheet-delCellsMoveLeft").click(function (event) {
$("#luckysheet-rightclick-menu").hide();
$("body .luckysheet-cols-menu").hide();
luckysheetContainerFocus();

const locale_drag = locale().drag;
Expand All @@ -1942,7 +1942,7 @@ export function rowColumnOperationInitial(){
luckysheetDeleteCell('moveLeft', str, edr, stc, edc);
});
$("#luckysheet-delCellsMoveUp").click(function (event) {
$("#luckysheet-rightclick-menu").hide();
$("body .luckysheet-cols-menu").hide();
luckysheetContainerFocus();

const locale_drag = locale().drag;
Expand Down

0 comments on commit 95e26c3

Please sign in to comment.