[SSE] Refactoring range selection
This commit is contained in:
parent
4dc6c6bfc9
commit
2d1b26a6aa
|
@ -137,7 +137,7 @@ define([
|
||||||
},10);
|
},10);
|
||||||
me.inputRange._input.on('focus', function() {
|
me.inputRange._input.on('focus', function() {
|
||||||
me._addedTextLength=0;
|
me._addedTextLength=0;
|
||||||
// call api method to stop selecting cells
|
me.api.asc_cleanSelectRange();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue