From f575ee644b1a2d32ac1096afc9f4fa580f082e5c Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 11 Apr 2019 14:59:32 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 4305237a..b2529b2d 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1230,8 +1230,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { if (typeof(this.grid[row]) == 'undefined') { this.grid[row] = []; } - if (typeof(this.grid[row][startCol]) == 'undefined') { - this.createCell(row,startCol); + if (typeof(this.grid[row][col]) == 'undefined') { + this.createCell(row,col); } this.grid[row][col].value= data; -- 2.39.2