Skip to content

Commit cf02b99

Browse files
cszhjhilyaliao
andauthored
fix(useMouseInElement): correctly update elementX and elementY (#4846)
Co-authored-by: IlyaL <ilyaliao324@gmail.com>
1 parent 99065db commit cf02b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/useMouseInElement/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function useMouseInElement(
8989
|| elX < 0 || elY < 0
9090
|| elX > width || elY > height
9191

92-
if (handleOutside) {
92+
if (handleOutside || !isOutside.value) {
9393
elementX.value = elX
9494
elementY.value = elY
9595
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy