Searched refs:mouseMoveRange (Results 1 – 1 of 1) sorted by relevance
38 const mouseMoveRange = 5; constant283 this.getBoundingClientRect().bottom > ev.pageY - mouseMoveRange &&284 this.getBoundingClientRect().bottom < ev.pageY + mouseMoveRange299 this.getBoundingClientRect().bottom > ev.pageY - mouseMoveRange &&300 this.getBoundingClientRect().bottom < ev.pageY + mouseMoveRange;