mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fix runtime during screen element mouse drag (#84071)
## About The Pull Request Fixes this  When you drag a screen element across empty space that isn't over another screen element - Fixes #84045 ## Changelog 🆑 fix: You can move around ui buttons in your action bar /🆑
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
old_object.MouseExited(over_location, over_control, params)
|
||||
|
||||
last_hovored_ref = WEAKREF(over_object)
|
||||
over_object.MouseEntered(over_location, over_control, params)
|
||||
over_object?.MouseEntered(over_location, over_control, params)
|
||||
|
||||
/atom/movable/screen/movable/action_button/MouseEntered(location, control, params)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user