Use pointer cursor style for clickable ranges in InteractiveText

This commit is contained in:
Max Brunsfeld
2023-11-29 12:42:09 -08:00
parent fc2251e7ed
commit 2bd428102b
2 changed files with 20 additions and 3 deletions
-1
View File
@@ -154,7 +154,6 @@ pub fn render_parsed_markdown(
);
let runs = text_runs_for_highlights(&parsed.text, &editor_style.text, highlights);
// todo!("add the ability to change cursor style for link ranges")
let mut links = Vec::new();
let mut link_ranges = Vec::new();
for (range, region) in parsed.region_ranges.iter().zip(&parsed.regions) {