File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
crates/viewer/re_data_ui/src Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -781,10 +781,9 @@ pub fn entity_db_button_ui(
781
781
ctx. command_sender ( )
782
782
. send_system ( SystemCommand :: ActivateEntry ( store_id. clone ( ) . into ( ) ) ) ;
783
783
}
784
-
785
- ctx. command_sender ( )
786
- . send_system ( SystemCommand :: SetSelection ( item) ) ;
787
784
}
785
+
786
+ ctx. handle_select_hover_drag_interactions ( & response, item, false ) ;
788
787
}
789
788
790
789
pub fn table_id_button_ui (
@@ -835,7 +834,6 @@ pub fn table_id_button_ui(
835
834
if response. clicked ( ) {
836
835
ctx. command_sender ( )
837
836
. send_system ( SystemCommand :: ActivateEntry ( table_id. clone ( ) . into ( ) ) ) ;
838
- ctx. command_sender ( )
839
- . send_system ( SystemCommand :: SetSelection ( item) ) ;
840
837
}
838
+ ctx. handle_select_hover_drag_interactions ( & response, item, false ) ;
841
839
}
You can’t perform that action at this time.
0 commit comments