minor change
This commit is contained in:
@@ -61,10 +61,8 @@ pub async fn handle_read_only_event(
|
|||||||
"next_entry",
|
"next_entry",
|
||||||
];
|
];
|
||||||
const CONTEXT_ACTIONS_LOGIN: &[&str] = &[
|
const CONTEXT_ACTIONS_LOGIN: &[&str] = &[
|
||||||
"move_up",
|
"previous_entry",
|
||||||
"move_down",
|
"next_entry",
|
||||||
"move_first_line",
|
|
||||||
"move_last_line",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
if key.modifiers.is_empty() {
|
if key.modifiers.is_empty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user