Files
oak-gpui/crates
Antonio Scandurra e0c772db3e Hold a weak handle to Presenter when dispatching events
This ensures that the only strong reference to the presenter is held
by `App`. This is important because we want to call `flush_effects`
when removing a window and implicit drops of the `Presenter` would
make that hard.

Before this commit, if a rendered view contained strong handles to
views and models, we would only drop them on the next `flush_effects`.
This was manifesting itself in `Project`s not being released when
closing their containing window.
2022-05-17 13:04:38 +02:00
..
WIP
2022-05-05 15:15:58 +02:00
💄
2022-04-20 17:36:03 +02:00
WIP
2022-05-05 15:15:58 +02:00
2022-05-09 12:48:07 -06:00
WIP
2022-05-05 15:15:58 +02:00
2022-04-28 14:31:06 -07:00
2022-05-10 11:12:28 -07:00