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 1 additions and 1 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))

BIN
dist/core-login.js vendored

Binary file not shown.

BIN
dist/core-login.js.map vendored

Binary file not shown.

BIN
dist/core-main.js vendored

Binary file not shown.

BIN
dist/core-main.js.map vendored

Binary file not shown.