From a704dd0953031902bf64a08b3afbe96d794192a4 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 3 Oct 2017 18:49:37 -0300 Subject: [PATCH] Fixed bug on editing service Fixes #931 --- app/ux/WebView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 871e0ba7..d31bf2ab 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -577,7 +577,7 @@ Ext.define('Rambox.ux.WebView',{ ,setStatusBar: function(keep) { var me = this; - me.down('statusbar').destroy(); + me.removeDocked(me.down('statusbar'), true); if ( keep ) { me.addDocked(me.statusBarConstructor(false));