[DE PE SSE] Fix bug 58378
This commit is contained in:
parent
306fdd4f30
commit
f10e32be60
|
@ -756,7 +756,7 @@ define([
|
||||||
'focus': onFocusDocName.bind(this),
|
'focus': onFocusDocName.bind(this),
|
||||||
'blur': function (e) {
|
'blur': function (e) {
|
||||||
me.imgCrypted && me.imgCrypted.toggleClass('hidden', false);
|
me.imgCrypted && me.imgCrypted.toggleClass('hidden', false);
|
||||||
label[0].selectionStart = label[0].selectionEnd = 0;
|
//label[0].selectionStart = label[0].selectionEnd = 0;
|
||||||
if(!me.isSaveDocName) {
|
if(!me.isSaveDocName) {
|
||||||
me.withoutExt = false;
|
me.withoutExt = false;
|
||||||
me.setDocTitle(me.documentCaption);
|
me.setDocTitle(me.documentCaption);
|
||||||
|
|
Loading…
Reference in a new issue