Files
oak-gpui/crates/zed
Antonio Scandurra 794446bf8b Move debug_elements to AsyncAppContext
Previously, `debug_elements` was available on `WindowContext`. If that
method was called while having a borrow out to a view, it would panic because
the view would already have been borrowed.

By moving it to an `AsyncAppContext` we ensure the method can't be called while
a view is being used.
2023-05-02 11:09:40 +02:00
..
2023-02-26 11:03:43 -05:00
2022-11-08 16:04:55 +01:00
2023-04-26 14:19:52 -04:00