Remove call to removed method
This commit is contained in:
parent
1949fa5147
commit
408edaae39
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use workspace::ModalRegistry;
|
||||||
actions!(Toggle);
|
actions!(Toggle);
|
||||||
|
|
||||||
pub fn init(cx: &mut AppContext) {
|
pub fn init(cx: &mut AppContext) {
|
||||||
cx.register_action_type::<Toggle>();
|
|
||||||
cx.global_mut::<ModalRegistry>()
|
cx.global_mut::<ModalRegistry>()
|
||||||
.register_modal(Toggle, |_, cx| {
|
.register_modal(Toggle, |_, cx| {
|
||||||
// if let Some(editor) = workspace
|
// if let Some(editor) = workspace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue