Changes
This commit is contained in:
@@ -789,7 +789,7 @@ export const useCreatePdf = async (invoiceData,backgroundSourceBuffer) => {
|
||||
|
||||
|
||||
} else if (row.mode === 'title') {
|
||||
if(index === 0) {
|
||||
if(index === 0 ||pageIndex === 0) {
|
||||
rowHeight += 3
|
||||
}
|
||||
pages[pageCounter - 1].drawRectangle({
|
||||
|
||||
Reference in New Issue
Block a user