Fix ambiguous link in documentation of hover helper
This commit is contained in:
parent
40dff6b23d
commit
95ac45e33d
1 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,8 @@ where
|
||||||
///
|
///
|
||||||
/// This works analogously to a [`stack`], but it will only display the layer on top
|
/// This works analogously to a [`stack`], but it will only display the layer on top
|
||||||
/// when the cursor is over the base. It can be useful for removing visual clutter.
|
/// when the cursor is over the base. It can be useful for removing visual clutter.
|
||||||
|
///
|
||||||
|
/// [`stack`]: stack()
|
||||||
pub fn hover<'a, Message, Theme, Renderer>(
|
pub fn hover<'a, Message, Theme, Renderer>(
|
||||||
base: impl Into<Element<'a, Message, Theme, Renderer>>,
|
base: impl Into<Element<'a, Message, Theme, Renderer>>,
|
||||||
top: impl Into<Element<'a, Message, Theme, Renderer>>,
|
top: impl Into<Element<'a, Message, Theme, Renderer>>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue