This commit is contained in:
thecozies 2024-03-03 18:03:50 -06:00
parent 03af2919e9
commit 302d88fd84

View File

@ -915,7 +915,6 @@ struct UIContext {
if (hovered) { if (hovered) {
Rml::Element* hover_target = get_target(current_document, hovered); Rml::Element* hover_target = get_target(current_document, hovered);
if (hover_target && can_focus(hover_target)) { if (hover_target && can_focus(hover_target)) {
// hover_target->Focus();
prev_focused = hover_target; prev_focused = hover_target;
} }
} }