From 66c7f301d01738f3a6c98694f48ee851d6213441 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 12:52:23 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 6 ++++++ 1 file changed, 6 insertions(+) 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; }, -- 2.39.2