mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 21:30:34 +08:00
Fix Bug 74559
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user