From 00916345ab2e3672fbe05d3d48326eaada96386c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 8 Sep 2021 14:10:59 +0300 Subject: [PATCH] [SSE test] Add cell editor id --- test/spreadsheeteditor/main/js/ApplicationController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/spreadsheeteditor/main/js/ApplicationController.js b/test/spreadsheeteditor/main/js/ApplicationController.js index c28f5fca1..48e6a58ff 100644 --- a/test/spreadsheeteditor/main/js/ApplicationController.js +++ b/test/spreadsheeteditor/main/js/ApplicationController.js @@ -643,6 +643,7 @@ SSE.ApplicationController = new(function(){ api = new Asc.spreadsheet_api({ 'id-view': 'editor_sdk', + 'id-input' : 'ce-cell-content', 'embedded' : true });