mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:18:47 +08:00
[SSE] Search in symbol combobox
This commit is contained in:
@ -222,7 +222,8 @@ define([
|
||||
editable: false,
|
||||
data: [],
|
||||
scrollAlwaysVisible: true,
|
||||
takeFocusOnClose: true
|
||||
takeFocusOnClose: true,
|
||||
search: true
|
||||
});
|
||||
this.cmbSymbols.on('selected', _.bind(this.onSymbolsSelect, this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user