[SSE test] Add cell editor id

This commit is contained in:
Julia Radzhabova 2021-09-08 14:10:59 +03:00
parent acbc4f5fd0
commit 00916345ab

View file

@ -643,6 +643,7 @@ SSE.ApplicationController = new(function(){
api = new Asc.spreadsheet_api({
'id-view': 'editor_sdk',
'id-input' : 'ce-cell-content',
'embedded' : true
});