fix/disabled-mouse-events #77

Merged
thepaperpilot merged 3 commits from thepaperpilot/Profectus:fix/disabled-mouse-events into main 2024-03-08 12:19:53 +00:00

3 commits

Author SHA1 Message Date
2b2687e0f4 Merge branch 'main' into fix/disabled-mouse-events
All checks were successful
Run Tests / test (pull_request) Successful in 2m7s
2024-03-07 13:13:40 +00:00
040f30d816 Merge branch 'main' into fix/disabled-mouse-events
All checks were successful
Run Tests / test (pull_request) Successful in 2m2s
2024-03-06 05:42:30 +00:00
e15eb88a98 Make disabled elements not eat up mouse events
All checks were successful
Run Tests / test (pull_request) Successful in 1m55s
Browsers make disabled elements eat events rather than let them bubble up
This allows containers with disabled elements to have listeners still
(Used specifically so after the board rewrite, purchased upgrades can still be dragged)
2024-03-03 19:30:13 -06:00