Function re_viewer::app_state::check_for_clicked_hyperlinks

source ·
fn check_for_clicked_hyperlinks(
    egui_ctx: &Context,
    selection_state: &ApplicationSelectionState
)
Expand description

We allow linking to entities and components via hyperlinks, e.g. in embedded markdown.

Detect and handle that here.

Must run after any ui code, or other code that tells egui to open an url.