diff --git a/src/converse-chatview.js b/src/converse-chatview.js index d8916b600..40f5174a3 100644 --- a/src/converse-chatview.js +++ b/src/converse-chatview.js @@ -659,10 +659,8 @@ }, hide: function () { - if (this.$el.is(':visible') && this.$el.css('opacity') === "1") { - this.$el.hide(); - utils.refreshWebkit(); - } + this.$el.hide(); + utils.refreshWebkit(); return this; },