Commit d011bb44654b111b537382feb57cbb049e8c600b

Authored by ww
1 parent 6da910ac

perf: hide file name

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