From 72de553ee9c965447706b907ec6ab5aa55c5c52e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Feb 2021 12:48:42 +0800 Subject: [PATCH] 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 4ec1683001..e001c18810 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -366,7 +366,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { return true; } // continue through... - try_move = false; + return this.updatePosition('left', false); case 'left': @@ -395,7 +395,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { return true; } // fall through - try_move = false; + return this.updatePosition('bottom', false); case 'bottom': var exact = this.el.getAlignToXY(this.alignEl, 't-b', [0,10]); -- 2.39.2