Files
oak-gpui/crates
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-05-01 16:29:51 -04:00
2023-02-27 12:06:10 -08:00
2023-04-27 14:35:34 -04:00
2023-05-01 16:27:36 +02:00