diff options
Diffstat (limited to 'web_src/js/features/file-fold.js')
-rw-r--r-- | web_src/js/features/file-fold.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/js/features/file-fold.js b/web_src/js/features/file-fold.js index 5e714a1de8..0d5be7cf60 100644 --- a/web_src/js/features/file-fold.js +++ b/web_src/js/features/file-fold.js @@ -1,6 +1,5 @@ import {svg} from '../svg.js'; - // Hides the file if newFold is true, and shows it otherwise. The actual hiding is performed using CSS. // // The fold arrow is the icon displayed on the upper left of the file box, especially intended for components having the 'fold-file' class. |