From a265fe0d740207a72077da3a041fbd056ee0691d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jan 2021 16:14:06 +0800 Subject: [PATCH] roojs-bootstrap.js roojs-bootstrap-debug.js Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 9d4b263435..97dcebed42 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -184,7 +184,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { } - this.headerEl.setVisibilityMode(Roo.Element.DISPLAY); + this.headerEl.setVisibilityMode(Roo.Element.DISPLAY); // probably not needed as it's default in BS4 this.el.enableDisplayMode('block'); this.el.hide(); if (this.over === false && !this.parent()) { @@ -283,7 +283,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { ]); if (!this.title.length) { - this.el.select('.popover-title',true).hide(); + this.headerEl.hide(); } -- 2.39.2