From 82d5baefbc55ca5a27564a2c2fc148d11a703477 Mon Sep 17 00:00:00 2001 From: QaisarMoin Date: Tue, 1 Oct 2024 20:44:24 +0530 Subject: [PATCH] updating argument[6] in src/cell.js --- src/modules/cell.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/cell.js b/src/modules/cell.js index 6ddaafeb1..df3de6516 100644 --- a/src/modules/cell.js +++ b/src/modules/cell.js @@ -278,7 +278,8 @@ import { jsPDF } from "../jspdf.js"; arguments[2], arguments[3], arguments[4], - arguments[5] + arguments[5], + arguments[6] ); } _initialize.call(this);