chore: Sever terminal_view <-> tasks_ui dependency (#20946)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
cbba44900d
commit
536d7e5355
8 changed files with 56 additions and 53 deletions
|
@ -218,7 +218,7 @@ impl TerminalPanel {
|
|||
// context menu will be gone the moment we spawn the modal.
|
||||
.action(
|
||||
"Spawn task",
|
||||
tasks_ui::Spawn::modal().boxed_clone(),
|
||||
zed_actions::Spawn::modal().boxed_clone(),
|
||||
)
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue