Skip to main content

handle_backspace

Function handle_backspace 

Source
pub async fn handle_backspace(app: &mut App)
Expand description

Delete the character before the cursor.

Delegates to symbol search, bus filter, model filter, file picker, or chat input depending on the active view. Resets input mode to Normal when the chat input becomes empty.

§Examples

handle_backspace(&mut app).await;