Skip to content

Commit

Permalink
[SSE] Fix loading spellcheck button in left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Sep 26, 2024
1 parent 134f343 commit ccf67a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/spreadsheeteditor/main/app/controller/LeftMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ define([
if (this.mode.isEdit && Common.UI.FeaturesManager.canChange('spellcheck')) {
Common.UI.LayoutManager.isElementVisible('leftMenu-spellcheck') && this.leftMenu.btnSpellcheck.show();
this.leftMenu.setOptionsPanel('spellcheck', this.getApplication().getController('Spellcheck').getView('Spellcheck'));
this.leftMenu.setButtons();
this.leftMenu.setMoreButton();
}
},

Expand Down

0 comments on commit ccf67a7

Please sign in to comment.