Commit 1e61072e authored by Maxim Kadushkin's avatar Maxim Kadushkin

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

parent e6959997
...@@ -108,7 +108,7 @@ define([ ...@@ -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':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment