Browse Source

Prepend file picker to be initial keyboard focus target

Signed-off-by: Christopher Ng <chrng8@gmail.com>
tags/v25.0.0beta1
Christopher Ng 2 years ago
parent
commit
a9f6cd19a4
5 changed files with 7 additions and 7 deletions
  1. 1
    1
      core/src/OC/dialogs.js
  2. 2
    2
      dist/core-login.js
  3. 1
    1
      dist/core-login.js.map
  4. 2
    2
      dist/core-main.js
  5. 1
    1
      dist/core-main.js.map

+ 1
- 1
core/src/OC/dialogs.js View File

@@ -311,7 +311,7 @@ const Dialogs = {
self.$filePicker.find('#picker-view-toggle').remove()
self.$filePicker.find('#picker-filestable').removeClass('view-grid')

$('body').append(self.$filePicker)
$('body').prepend(self.$filePicker)

self.$showGridView = $('input#picker-showgridview')
self.$showGridView.on('change', _.bind(self._onGridviewChange, self))

+ 2
- 2
dist/core-login.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-login.js.map
File diff suppressed because it is too large
View File


+ 2
- 2
dist/core-main.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-main.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save