From d940ccba0038ab5c024e67e81cd92fe7c780b29a Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 11 Apr 2019 15:20:54 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index b2529b2d..03d42a83 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1289,6 +1289,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { goimage.setAttribute('height', height); goimage.textContent = data; + console.log(goimage); + godoc.appendChild(goimage); if (typeof(this.grid[startRow]) == 'undefined') { -- 2.39.2