mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
dc1ed3c39d
This addresses a bug where popover menus in the titlebar were rendered only after a 2nd click. The first click was creating the View which the second one then rendered. In addition to this, `PopoverMenu::menu` function argument can now return an `Option<View<T>>` instead of `View<T>` as the creation of the menu can fail (as it might in case of git popover). Release Notes: - N/A |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |