mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
fix bug 75825
This commit is contained in:
@ -1721,15 +1721,11 @@ define([], function () {
|
||||
minColumns: 10,
|
||||
maxRows: 8,
|
||||
maxColumns: 10,
|
||||
customClear: true, // because bug 74394
|
||||
});
|
||||
picker.on('select', function(picker, columns, rows){
|
||||
me.api.put_Table(columns, rows, me._state.placeholderObj);
|
||||
me.editComplete();
|
||||
});
|
||||
menu.on('hide:before', function(menu, e){
|
||||
picker.setTableSize(0,0);
|
||||
});
|
||||
menu.on('item:click', function(menu, item, e){
|
||||
if (item.value === 'custom') {
|
||||
(new Common.Views.InsertTableDialog({
|
||||
|
||||
Reference in New Issue
Block a user