Skip to content

Commit

Permalink
Merge pull request #61 from ZurrTum/main
Browse files Browse the repository at this point in the history
  • Loading branch information
CcSimple authored Sep 14, 2023
2 parents 4d4b490 + adbfcc2 commit 9fa3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hiprint/hiprint.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5549,7 +5549,7 @@ var hiprint = function (t) {
}
d.find("tbody").append(f);
var g = f.data("rowData");
l.push(g), h.push(g), (((s = d.outerHeight(), s += tfh) > p) || (this.options.maxRows && h.length > +this.options.maxRows)) && (a.prepend(f), l.pop(), h.pop(), s = d.outerHeight(), c = {
l.push(g), h.push(g), (((s = d.outerHeight(), "last" == this.options.tableFooterRepeat ? s : s += tfh) > p) || (this.options.maxRows && h.length > +this.options.maxRows)) && (a.prepend(f), l.pop(), h.pop(), s = d.outerHeight(), c = {
height: _assets_plugins_hinnn__WEBPACK_IMPORTED_MODULE_3__.a.px.toPt(s),
isEnd: !1
});
Expand Down

0 comments on commit 9fa3078

Please sign in to comment.