Skip to content

Commit

Permalink
init dtbulk on table instance, not dom
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Feb 10, 2025
1 parent df20291 commit 4bdc4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiduswriter/book/static/js/modules/books/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class BookOverview {
this.lastSort = {column, dir}
})

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

this.table.dom.focus()
}
Expand Down

0 comments on commit 4bdc4dd

Please sign in to comment.