File Details
v4.8.0-release
- R
- Mar 8, 2026
- 249.45 KB
- 169.2K
- 12.0.1+5
- Classic + 3
File Name
Clique-v4.8.0-release.zip
Supported Versions
- 12.0.1
- 5.5.3
- 4.4.1
- 3.4.3
- 2.5.5
- 1.15.5
Clique
v4.8.0-release (2026-03-08)
Full Changelog Previous Releases
- Adjust frame detection logic to account for new 12.0 behaviour
In 12.0 Blizzard made changes to the self:IsUnderMouse() method in
the restricted environment. This introduced a different codepath
that appears to be returning a false-ey value more frequently than
in the past.
To accommodate for this, we can adapt to use GetMousePosition() to
check whether the mouse is within the HitRect of the frame. This
could hypothetically cause an issue where a protected child lies
outside of the bounds of the frame, but we don't believe that is
likely.

