Prepend file picker to be initial keyboard focus target

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2022-05-27 00:47:07 +00:00
parent 229c65b0d7
commit a9f6cd19a4
5 changed files with 7 additions and 7 deletions

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))

4
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long