[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 'unwrap': me.api.asc_setCellTextWrap(false); break;
|
||||||
case 'edit':
|
case 'edit':
|
||||||
me.view.hideMenu();
|
me.view.hideMenu();
|
||||||
SSE.getController('AddContainer').showModal();
|
SSE.getController('EditContainer').showModal();
|
||||||
// SSE.getController('EditCell').getView('EditCell');
|
// SSE.getController('EditCell').getView('EditCell');
|
||||||
break;
|
break;
|
||||||
case 'merge':
|
case 'merge':
|
||||||
|
|
Loading…
Reference in a new issue