Skip to content

Commit

Permalink
focus table initially
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Feb 9, 2025
1 parent 8595ea9 commit 23c9eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fiduswriter/book/static/js/modules/books/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ export class BookOverview {
})

this.dtBulk.init(this.table.dom)

this.table.dom.focus()
}

createTableRow(book, subdirs, searching) {
Expand Down

0 comments on commit 23c9eac

Please sign in to comment.