mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:30:15 +08:00
Refactoring symbol table dialog
This commit is contained in:
@ -599,6 +599,7 @@ define([
|
||||
el : $window.find('#symbol-table-cmb-range'),
|
||||
cls : 'input-group-nr',
|
||||
editable : false,
|
||||
search : true,
|
||||
menuStyle : 'min-width: 100%; max-height: 209px;'
|
||||
}).on('selected', function(combo, record) {
|
||||
var oCurrentRange = me.getRangeByName(aRanges, parseInt(record.value));
|
||||
|
||||
Reference in New Issue
Block a user