Skip to content

Commit 32e6a0e

Browse files
authored
Update handler.rs
1 parent 832fc9e commit 32e6a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/prompt/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl CommandHandler for PromptView {
4242
state.set_cursor(cursor_position, false);
4343
}
4444

45-
// Workaround https://github.com/thscharler/rat-salsa/issues/5
45+
// Workaround https://github.com/thscharler/rat-salsa/issues/6
4646
let area_width = state.area.width;
4747
if *code == KeyCode::Right && cursor_position.x >= area_width as u32 {
4848
let hscroll = state.hscroll.offset();

0 commit comments

Comments
 (0)