From: Edward Date: Mon, 15 Apr 2019 04:52:23 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=refs%2Fheads%2Fwip_edward_T5852_images_not_showing_on_excel Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 131904ba..2574bd27 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1197,6 +1197,12 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { this.grid[row][col].width = width; this.grid[row][col].height = height; + var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0]; + + if(godoc && godoc.parentNode) { + godoc.parentNode.removeChild(godoc); + } + return true; },