weird highlight is gone
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn render_add_logic(
|
||||
let border_style_color = if is_edit_mode { theme.highlight } else { theme.secondary };
|
||||
let border_style = Style::default().fg(border_style_color);
|
||||
|
||||
editor_ref.set_cursor_line_style(Style::default().bg(theme.secondary));
|
||||
editor_ref.set_cursor_line_style(Style::default());
|
||||
|
||||
let script_title_hint = match add_logic_state.editor_keybinding_mode {
|
||||
EditorKeybindingMode::Vim => {
|
||||
|
||||
Reference in New Issue
Block a user