[DE PE SSE] Fix bug 58378

This commit is contained in:
JuliaSvinareva 2022-08-16 18:46:19 +03:00
parent 306fdd4f30
commit f10e32be60

View file

@ -756,7 +756,7 @@ define([
'focus': onFocusDocName.bind(this),
'blur': function (e) {
me.imgCrypted && me.imgCrypted.toggleClass('hidden', false);
label[0].selectionStart = label[0].selectionEnd = 0;
//label[0].selectionStart = label[0].selectionEnd = 0;
if(!me.isSaveDocName) {
me.withoutExt = false;
me.setDocTitle(me.documentCaption);