[SSE mobile] open 'Edit' options instead of 'Add'

This commit is contained in:
Maxim Kadushkin 2017-01-09 11:37:53 +03:00
parent e6959997d0
commit 1e61072e96

View file

@ -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':