Fix PaneGrid
documentation example
This commit is contained in:
parent
dcc4bb77e9
commit
172bd78a91
@ -76,7 +76,7 @@ use crate::{
|
||||
/// }.into()
|
||||
/// })
|
||||
/// .on_drag(Message::PaneDragged)
|
||||
/// .on_resize(Message::PaneResized);
|
||||
/// .on_resize(10, Message::PaneResized);
|
||||
/// ```
|
||||
///
|
||||
/// [`PaneGrid`]: struct.PaneGrid.html
|
||||
|
Loading…
Reference in New Issue
Block a user