Fix recognized functions

This commit is contained in:
Julia Radzhabova 2020-08-11 15:21:17 +03:00
parent e47e9b38c8
commit 2f2c98436a

View file

@ -558,7 +558,7 @@ define([ 'text!common/main/lib/template/AutoCorrectDialog.template',
primary: 'yes', primary: 'yes',
callback: _.bind(function(btn, dontshow){ callback: _.bind(function(btn, dontshow){
if (btn == 'yes') { if (btn == 'yes') {
this.api.asc_resetToDefaultAutoCorrectMathSymbols(); this.api.asc_resetToDefaultAutoCorrectMathFunctions();
this.onResetRecList(); this.onResetRecList();
} }
}, this) }, this)