Skip to content

Commit

Permalink
[se] Fix bug 64502
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitryOrlov committed Aug 27, 2024
1 parent bbc633f commit 33c87de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cell/view/WorkbookView.js
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,11 @@
}, 1000);
}

if (this.isFormulaEditMode && this.isCellEditMode && this.cellEditor) {
/* set focus to the top formula entry line */
this.input.focus();
}

asc_applyFunction(callback, d);
};

Expand Down

0 comments on commit 33c87de

Please sign in to comment.