File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23983,10 +23983,10 @@ ImgOps | https://imgops.com/#b#`;
2398323983
2398423984
2398523985 var scrolled=getScrolled(offsetParent);
23986- targetPosi.top = targetPosi.top - bodyPosi.top + scrolled.y ;
23987- targetPosi.left = targetPosi.left - bodyPosi.left + scrolled.x ;
23988- targetPosi.bottom = bodyPosi.bottom - targetPosi.bottom - scrolled.y ;
23989- targetPosi.right = bodyPosi.right - targetPosi.right - scrolled.x ;
23986+ targetPosi.top = targetPosi.top - bodyPosi.top;
23987+ targetPosi.left = targetPosi.left - bodyPosi.left;
23988+ targetPosi.bottom = bodyPosi.bottom - targetPosi.bottom;
23989+ targetPosi.right = bodyPosi.right - targetPosi.right;
2399023990
2399123991 var fbs = this.floatBar.style;
2399223992 var setPosition = {
You can’t perform that action at this time.
0 commit comments