mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated home.js
This commit is contained in:
parent
25fd9186c8
commit
d1663b7c50
@ -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 <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction#Accessibility_Concerns" target="_blank" rel="noopener">some undesirable side effects</a>.<br>
|
||||
help: `"Newer files on top" will use a CSS technique, which unfortunately come with <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction#Accessibility_concerns" target="_blank" rel="noopener">some undesirable side effects</a>.<br>
|
||||
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') {
|
||||
|
Loading…
Reference in New Issue
Block a user