Fix context menu on function name in function diff view

This commit is contained in:
LagoLunatic 2025-08-08 20:35:16 -04:00
parent a015971c20
commit 9a378d85ed

View File

@ -619,7 +619,6 @@ fn symbol_label_ui(
.font(appearance.code_font.clone()) .font(appearance.code_font.clone())
.color(appearance.highlight_color), .color(appearance.highlight_color),
) )
.selectable(false)
// TODO .show_tooltip_when_elided(false) // TODO .show_tooltip_when_elided(false)
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2 // https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
.ui(ui) .ui(ui)