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

Commit

Permalink
fix(let): let declar
Browse files Browse the repository at this point in the history
let
  • Loading branch information
Dushusir committed Jan 5, 2021
1 parent 325bc3b commit 71ade32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/menuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -3266,7 +3266,7 @@ const menuButton = {
fv[mc_r + "_" + mc_c] = $.extend(true, {}, cell);
}
else{
let cell_clone = fv[mc_r + "_" + mc_c];
// let cell_clone = fv[mc_r + "_" + mc_c];
let cell_clone = JSON.parse(JSON.stringify(fv[mc_r + "_" + mc_c]));

delete cell_clone.v;
Expand Down

0 comments on commit 71ade32

Please sign in to comment.