This commit is contained in:
thecozies 2024-03-03 18:03:50 -06:00
parent 03af2919e9
commit 302d88fd84
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}