Skip to content

Commit

Permalink
[SSE] By bug 66311
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaSvinareva committed Apr 17, 2024
1 parent 1790129 commit ed08c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spreadsheeteditor/main/app/controller/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ define([
options.asc_setLookIn(this._state.lookInFormulas ? Asc.c_oAscFindLookIn.Formulas : Asc.c_oAscFindLookIn.Value);
options.asc_setNeedRecalc(isNeedRecalc);
if (this._state.isContentChanged) {
options.asc_setLastSearchElem(this._state.lastSelectedItem);
options.asc_setLastSearchElem(this._state.lastSelectedItem ? this._state.lastSelectedItem : options.asc_getLastSearchElem(true));
this.view.disableReplaceButtons(false);
this._state.isContentChanged = false;
if (!this.view.$el.is(':visible')) {
Expand Down

0 comments on commit ed08c21

Please sign in to comment.