From 61e71afc828db2240b95ac8a69fc82bccf07250d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 25 Oct 2018 16:36:05 +0300 Subject: [PATCH] [SSE] Destroy header object --- apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js b/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js index b245059be..282bf83c0 100644 --- a/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js @@ -291,10 +291,8 @@ define([ close: function() { Common.UI.Window.prototype.close.apply(this, arguments); - if (this.signObject) - this.signObject.destroy(); - // if (this.HFObject) - // this.HFObject.destroy(); + if (this.HFObject) + this.HFObject.destroy(); }, afterRender: function () {