Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -6972,6 +6972,8 @@ App.prototype.updateHeader = function() | @@ -6972,6 +6972,8 @@ App.prototype.updateHeader = function() | ||
| 6972 | this.fname.style.display = 'inline'; | 6972 | this.fname.style.display = 'inline'; | 
| 6973 | this.fname.style.fontSize = '18px'; | 6973 | this.fname.style.fontSize = '18px'; | 
| 6974 | this.fname.style.whiteSpace = 'nowrap'; | 6974 | this.fname.style.whiteSpace = 'nowrap'; | 
| 6975 | + // TODO thingsKit hide file name 隐藏文件名 | ||
| 6976 | + this.fname.style.display = 'none'; | ||
| 6975 | 6977 | ||
| 6976 | // Prevents focus | 6978 | // Prevents focus | 
| 6977 | mxEvent.addListener(this.fname, (mxClient.IS_POINTER) ? 'pointerdown' : 'mousedown', | 6979 | mxEvent.addListener(this.fname, (mxClient.IS_POINTER) ? 'pointerdown' : 'mousedown', |