From f209f9e2dd6e82f7be92d4a1be37324f6bb3387f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 15 Apr 2023 06:47:48 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9767fbdd29..6c7062a7be 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -6525,7 +6525,7 @@ module.exports = (_ => { currentPage: this.state.offset + 1, pageSize: this.props.amount, maxVisiblePages: this.props.maxVisiblePages, - onPageChange: page => {this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1);} + onPageChange: page => this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1) }), this.props.jump && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TextInput, { type: "number",