From b6f563e40a5412ffa0da23e0c63c1ccfae228814 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 21 Apr 2015 14:08:33 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 6e526a41..664f7b2f 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -544,7 +544,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { } if (typeof(this.grid[cs.r][cs.c].dom) == 'undefined') { Roo.log('no default content for cell:' + cell); - this.createCell(cs.r,cs.c); + //this.createCell(cs.r,cs.c); //return; } this.grid[cs.r][cs.c].value= v; -- 2.39.2