Merge pull request #1902 from ONLYOFFICE/fix/fix-bugs

[DE PE SSE] Fix bug 58378
This commit is contained in:
Julia Radzhabova 2022-08-16 18:55:07 +03:00 committed by GitHub
commit 201f5b9b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);