Fix Bug 74559

This commit is contained in:
Julia.Radzhabova
2025-05-20 17:53:38 +03:00
parent 7e4c1bdd36
commit aa70eff58b

View File

@ -1261,6 +1261,7 @@ define([
},
setDocTitle: function(name){
if (!$labelDocName) return;
var width = this.getTextWidth(name || $labelDocName.val());
(width>=0) && $labelDocName.width(width);
name && (width>=0) && $labelDocName.val(name);