Merge branch 'main' into go-to-line2

This commit is contained in:
Mikayla 2023-11-08 11:32:36 -08:00
commit 409e17ad30
No known key found for this signature in database
71 changed files with 7160 additions and 5833 deletions

View file

@ -12,7 +12,6 @@ use workspace::ModalRegistry;
actions!(Toggle, Cancel, Confirm);
pub fn init(cx: &mut AppContext) {
cx.register_action_type::<Toggle>();
cx.global_mut::<ModalRegistry>()
.register_modal(Toggle, |workspace, cx| {
let editor = workspace