1.0.8.3: Restore WndProc at start of teardown so left-click works after disable

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-07 10:57:36 -05:00
parent f4912bbdb2
commit 57d1bc5c0f
5 changed files with 26 additions and 5 deletions
+3
View File
@@ -1,3 +1,6 @@
# 1.0.8.3
- **Fix**: Left-click no longer sometimes stays broken after disabling HSUI. WndProc is restored at the very start of plugin teardown so the game window gets normal input back even if disposal fails later.
# 1.0.8.2
- **Action bars**: Charge icons stay lit until all charges are spent — uses the slots recast charge count and ActionManager so abilities with charges remaining no longer grey out incorrectly.