[SSE mobile] correct sdk config
This commit is contained in:
parent
63ca826d40
commit
6492d53f9b
|
@ -159,7 +159,7 @@ class MainController extends Component {
|
||||||
const {t} = this.props;
|
const {t} = this.props;
|
||||||
this.api = new Asc.spreadsheet_api({
|
this.api = new Asc.spreadsheet_api({
|
||||||
'id-view': 'editor_sdk',
|
'id-view': 'editor_sdk',
|
||||||
'id-input' : 'ce-cell-content',
|
'id-input': 'idx-cell-content',
|
||||||
'mobile': true
|
'mobile': true
|
||||||
// 'translate': translate
|
// 'translate': translate
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue