Pman.Gnumeric.js
authorAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 06:08:33 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 06:08:33 +0000 (14:08 +0800)
Pman.Gnumeric.js

index 6e526a4..664f7b2 100644 (file)
@@ -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;