highlight is now working properly well, can keep on going
This commit is contained in:
@@ -19,6 +19,7 @@ pub fn render_form(
|
||||
theme: &Theme,
|
||||
is_edit_mode: bool,
|
||||
is_highlight_mode: bool,
|
||||
is_linewise_highlight: bool,
|
||||
highlight_anchor: Option<(usize, usize)>,
|
||||
total_count: u64,
|
||||
current_position: u64,
|
||||
@@ -65,6 +66,7 @@ pub fn render_form(
|
||||
theme,
|
||||
is_edit_mode,
|
||||
is_highlight_mode,
|
||||
is_linewise_highlight,
|
||||
highlight_anchor,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user