project_panel: Make up/down in file rename editor not select items (#19670)

Closes #19017 

Release Notes:

- Fixed project panel bug when renaming files where up/down keys could
select other files.
This commit is contained in:
Zhang
2024-10-24 12:15:42 +02:00
committed by GitHub
parent 1dba50f42f
commit e040b200bc
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pub struct SelectPrevious {
#[derive(PartialEq, Clone, Deserialize, Default)]
pub struct MoveToBeginningOfLine {
#[serde(default = "default_true")]
pub(super) stop_at_soft_wraps: bool,
pub stop_at_soft_wraps: bool,
}
#[derive(PartialEq, Clone, Deserialize, Default)]