Skip to content

Commit

Permalink
The param:align is invalid on method:cell? #3194
Browse files Browse the repository at this point in the history
  • Loading branch information
QaisarMoin committed Oct 1, 2024
1 parent f60dcfa commit 31dfcf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ import { jsPDF } from "../jspdf.js";
arguments[2],
arguments[3],
arguments[4],
arguments[5]
arguments[5],
arguments[6]
);
}
_initialize.call(this);
Expand Down

0 comments on commit 31dfcf3

Please sign in to comment.