highlight is now working properly well, can keep on going

This commit is contained in:
filipriec
2025-04-15 23:46:57 +02:00
parent 415bc2044d
commit af4567aa3d
9 changed files with 107 additions and 82 deletions

View File

@@ -21,6 +21,7 @@ pub fn render_login(
app_state: &AppState,
is_edit_mode: bool,
is_highlight_mode: bool,
is_linewise_highlight: bool,
highlight_anchor: Option<(usize, usize)>,
) {
// Main container
@@ -59,6 +60,7 @@ pub fn render_login(
theme,
is_edit_mode,
is_highlight_mode,
is_linewise_highlight,
highlight_anchor,
);