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

Commit

Permalink
fix(cloumn and row highlight bug): column and row highlight bar disapear
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer committed Aug 2, 2020
1 parent 02d2655 commit c806211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/controllers/sheetmanage.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,12 +896,12 @@ const sheetmanage = {
_this.setSheetParam();
_this.showSheet();

setTimeout(function () {
// setTimeout(function () {
_this.restoreCache();
formula.execFunctionGroup();
_this.restoreSheetAll(Store.currentSheetIndex);
luckysheetrefreshgrid();
}, 1);
// }, 1);

server.saveParam("shs", null, Store.currentSheetIndex);
}
Expand Down
4 changes: 2 additions & 2 deletions src/expendPlugins/chart/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ function chart_selection() {
$('#luckysheet-chart-rangeShow').empty()
$('#luckysheet-cell-selected-boxs').hide()
$('#luckysheet-cell-selected-focus').hide()
$('#luckysheet-rows-h-selected').hide()
$('#luckysheet-cols-h-selected').hide()
$('#luckysheet-rows-h-selected').empty()
$('#luckysheet-cols-h-selected').empty()
$('#luckysheet-row-count-show').hide()
$('#luckysheet-column-count-show').hide()

Expand Down

0 comments on commit c806211

Please sign in to comment.