mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Prepend file picker to be initial keyboard focus target
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
229c65b0d7
commit
a9f6cd19a4
5 changed files with 7 additions and 7 deletions
|
|
@ -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
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue