fix data volume format
This commit is contained in:
@@ -92,7 +92,7 @@ FileManager.prototype.renderVisibleFiles = function(files, freshStart) {
|
|||||||
" items (0 directories and "+
|
" items (0 directories and "+
|
||||||
files.length+
|
files.length+
|
||||||
" files). Total size: "
|
" files). Total size: "
|
||||||
+formatDataVolume(totalSize);
|
+formatDataVolume(totalSize, 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
let scrollDown = this.lastScrollTop <= this.directoryArea.scrollTop;
|
let scrollDown = this.lastScrollTop <= this.directoryArea.scrollTop;
|
||||||
|
Reference in New Issue
Block a user