From d1663b7c50427c1844630912ce4a7dfe5dd015d8 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sun, 23 Aug 2020 02:20:26 +0700 Subject: [PATCH] Updated home.js --- src/js/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/home.js b/src/js/home.js index 3251552..3d003b2 100644 --- a/src/js/home.js +++ b/src/js/home.js @@ -856,7 +856,7 @@ page.prepareUploadConfig = () => { { value: 'default', text: 'Older files on top' }, { value: '0', text: 'Newer files on top' } ], - help: `"Newer files on top" will use a CSS technique, which unfortunately come with some undesirable side effects.
+ help: `"Newer files on top" will use a CSS technique, which unfortunately come with some undesirable side effects.
This also affects text selection, such as when trying to select text from top to bottom will result in them being selected from bottom to top instead, and vice versa.`, valueHandler (value) { if (value === '0') {