Merge branch 'main' into ime-support-2
This commit is contained in:
@@ -285,7 +285,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Next Problem",
|
||||
action: Box::new(editor::GoToNextDiagnostic),
|
||||
action: Box::new(editor::GoToDiagnostic),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Previous Problem",
|
||||
|
||||
Reference in New Issue
Block a user