From 23c9eac1d2e4d16df75113f065daa7646e620735 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Sun, 9 Feb 2025 14:24:33 +0100 Subject: [PATCH] focus table initially --- fiduswriter/book/static/js/modules/books/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fiduswriter/book/static/js/modules/books/index.js b/fiduswriter/book/static/js/modules/books/index.js index 2946d85..a3ab4f2 100644 --- a/fiduswriter/book/static/js/modules/books/index.js +++ b/fiduswriter/book/static/js/modules/books/index.js @@ -314,6 +314,8 @@ export class BookOverview { }) this.dtBulk.init(this.table.dom) + + this.table.dom.focus() } createTableRow(book, subdirs, searching) {