Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed Oct 23, 2018
1 parent ff6d299 commit 9cafa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/automation/playback/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default class ScrollAutomation {

_isChildFullyVisible (parentDimensions, childDimensions, offsets) {
const { x, y } = ScrollAutomation._getChildPointAfterScroll(parentDimensions, childDimensions, parentDimensions.scroll, offsets);
const zeroMargin = { left: 0, top: 0 };
const zeroMargin = { left: 0, top: 0 };

const { left, top } = this._getScrollPosition(parentDimensions, childDimensions, offsets, zeroMargin);

Expand Down

0 comments on commit 9cafa1c

Please sign in to comment.