Fix PaneGrid documentation example
This commit is contained in:
parent
dcc4bb77e9
commit
172bd78a91
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue