highlight is now working properly well, can keep on going
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user