Use editor's overlay implementation
This commit is contained in:
parent
212d9254e1
commit
82f6f77117
2 changed files with 13 additions and 26 deletions
|
@ -1,11 +1,11 @@
|
|||
use gpui::{
|
||||
div, AnyElement, Div, Element, ElementId, IntoElement, ParentElement, RenderOnce, Styled,
|
||||
AnyElement, Div, Element, ElementId, IntoElement, ParentElement, RenderOnce, Styled,
|
||||
WindowContext,
|
||||
};
|
||||
use smallvec::SmallVec;
|
||||
use theme2::ActiveTheme;
|
||||
|
||||
use crate::{h_stack, v_stack, StyledExt};
|
||||
use crate::{v_stack, StyledExt};
|
||||
|
||||
/// A popover is used to display a menu or show some options.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue