Trigger search in the body editor
(&mut self, window: &mut Window, _cx: &mut Context<Self>)
| 580 | ); |
| 581 | cx.notify(); |
| 582 | } |
| 583 | Err(e) => { |
| 584 | log::warn!("Failed to format JSON: {}", e); |
| 585 | window |
| 586 | .push_notification((NotificationType::Error, "Failed to format JSON"), cx); |
| 587 | } |
no test coverage detected