[SSE mobile] open 'Edit' options instead of 'Add'
This commit is contained in:
parent
e6959997d0
commit
1e61072e96
|
@ -108,7 +108,7 @@ define([
|
|||
case 'unwrap': me.api.asc_setCellTextWrap(false); break;
|
||||
case 'edit':
|
||||
me.view.hideMenu();
|
||||
SSE.getController('AddContainer').showModal();
|
||||
SSE.getController('EditContainer').showModal();
|
||||
// SSE.getController('EditCell').getView('EditCell');
|
||||
break;
|
||||
case 'merge':
|
||||
|
|
Loading…
Reference in a new issue