diff --git a/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js b/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js index 32aea4bcb..8fbf065e6 100644 --- a/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js +++ b/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js @@ -137,7 +137,7 @@ define([ },10); me.inputRange._input.on('focus', function() { me._addedTextLength=0; - // call api method to stop selecting cells + me.api.asc_cleanSelectRange(); }); } },