highlight is now working properly well, can keep on going
This commit is contained in:
@@ -34,6 +34,7 @@ impl FormState {
|
||||
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,
|
||||
@@ -51,6 +52,7 @@ impl FormState {
|
||||
theme,
|
||||
is_edit_mode,
|
||||
is_highlight_mode,
|
||||
is_linewise_highlight,
|
||||
highlight_anchor,
|
||||
total_count,
|
||||
current_position,
|
||||
|
||||
Reference in New Issue
Block a user