roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Thu, 11 Feb 2021 04:05:24 +0000 (12:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Feb 2021 04:05:24 +0000 (12:05 +0800)
roojs-bootstrap-debug.js

roojs-bootstrap-debug.js

index e3cab9e..9ce4027 100644 (file)
@@ -19965,7 +19965,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
                     //normal display... or moved up/down.
                     this.setXY(offset);
                     var xy = this.alignEl.getAnchorXY('tl', false);
-                    xy[0]+=2;xy[1]+=5;
+                    xy[0]+=2;xy[1]+=5; // << fix me
                     this.arrowEl.setXY(xy);
                     return true;
                 }