editor: Fix menu::Confirm falling through to editor when confirming task entry in code actions (#11546)
Release Notes: - N/A
This commit is contained in:
@@ -3997,7 +3997,7 @@ impl Editor {
|
||||
cx,
|
||||
);
|
||||
|
||||
None
|
||||
Some(Task::ready(Ok(())))
|
||||
})
|
||||
}
|
||||
CodeActionsItem::CodeAction(action) => {
|
||||
|
||||
Reference in New Issue
Block a user