We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e84e0 commit eb347bbCopy full SHA for eb347bb
src/tooltip.ts
@@ -230,7 +230,8 @@ export class Tooltip extends Component<TooltipOptions> {
230
tooltipWidth = tooltip.offsetWidth,
231
margin = this.options.margin;
232
233
- (this.xMovement = 0), (this.yMovement = 0);
+ this.xMovement = 0;
234
+ this.yMovement = 0;
235
236
let targetTop = origin.getBoundingClientRect().top + Utils.getDocumentScrollTop();
237
let targetLeft = origin.getBoundingClientRect().left + Utils.getDocumentScrollLeft();
0 commit comments