Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Fix mouse offset when parent has position:relative #4166

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    57b3fcf View commit details
    Browse the repository at this point in the history
  2. Use getBoundingClientRect().left instead of .x

    According to https://caniuse.com/#feat=getboundingclientrect, IE and Edge don't
    have x and y values.
    AndrolGenhald committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    367fa80 View commit details
    Browse the repository at this point in the history