This commit is contained in:
filipriec
2025-04-18 21:11:49 +02:00
parent ef3ecfc73f
commit a0467d17a8
19 changed files with 18 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ use crate::state::pages::form::FormState;
use crate::modes::handlers::event::EventOutcome;
use crate::modes::read_only;
use crossterm::event::KeyEvent;
use anyhow::{anyhow, Result};
use anyhow::Result;
/// Handles events when in Highlight mode.
/// Currently, it mostly delegates to the read_only handler for movement.