mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
cleanup
This commit is contained in:
@@ -915,7 +915,6 @@ struct UIContext {
|
||||
if (hovered) {
|
||||
Rml::Element* hover_target = get_target(current_document, hovered);
|
||||
if (hover_target && can_focus(hover_target)) {
|
||||
// hover_target->Focus();
|
||||
prev_focused = hover_target;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user