cleanup
This commit is contained in:
parent
03af2919e9
commit
302d88fd84
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue