diff --git a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx index 0a28824c7..43cbd32b2 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx @@ -159,7 +159,7 @@ class MainController extends Component { const {t} = this.props; this.api = new Asc.spreadsheet_api({ 'id-view': 'editor_sdk', - 'id-input' : 'ce-cell-content', + 'id-input': 'idx-cell-content', 'mobile': true // 'translate': translate });