Fix ambiguous link in documentation of hover helper

This commit is contained in:
Héctor Ramón Jiménez 2024-04-27 06:19:25 +02:00
parent 40dff6b23d
commit 95ac45e33d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -294,6 +294,8 @@ where
///
/// 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.
///
/// [`stack`]: stack()
pub fn hover<'a, Message, Theme, Renderer>(
base: impl Into<Element<'a, Message, Theme, Renderer>>,
top: impl Into<Element<'a, Message, Theme, Renderer>>,