[SSE] Spellcheck: search language by keydown

This commit is contained in:
Julia Radzhabova 2019-08-26 17:22:28 +03:00
parent 49078c01a6
commit bb22127a3e

View file

@ -146,7 +146,8 @@ define([
cls : 'input-group-nr', cls : 'input-group-nr',
scroller : { scroller : {
suppressScrollX: true suppressScrollX: true
} },
search: true
}); });
this.btnToDictionary = new Common.UI.Button({ this.btnToDictionary = new Common.UI.Button({