Ensure that units are respected when sorting by file size in the File dialog. Fixes #4647

This commit is contained in:
Aditya Toshniwal
2019-11-01 15:00:34 +00:00
committed by Dave Page
parent 30c7effa50
commit a7d8b9de8c
4 changed files with 9 additions and 13 deletions

View File

@@ -155,6 +155,7 @@ var webpackShimConfig = {
'snap.svg': path.join(__dirname, './node_modules/snapsvg/dist/snap.svg-min'),
'spectrum': path.join(__dirname, './node_modules/spectrum-colorpicker/spectrum'),
'mousetrap': path.join(__dirname, './node_modules/mousetrap'),
'tablesorter-metric': path.join(__dirname, './node_modules/tablesorter/dist/js/parsers/parser-metric.min'),
// AciTree
'jquery.acitree': path.join(__dirname, './node_modules/acitree/js/jquery.aciTree.min'),