From c1ba4e888ea61a9a3f9bbbd7e648b84474a8c189 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Feb 2021 11:52:01 +0800 Subject: [PATCH] Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 00d3d3b31b..81b15864be 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -339,7 +339,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { * fire this manually after loading a grid in the table for example * */ - updatePosition : function(placement) + updatePosition : function(placement, try_move) { this.el.addClass(placement + ' roo-popover-' + placement); -- 2.39.2