Add on_resize handler to pop widget 🎉
This commit is contained in:
parent
e14a6f76e9
commit
e78d7f0e51
2 changed files with 36 additions and 9 deletions
|
|
@ -206,7 +206,7 @@ fn card<'a>(
|
|||
.into()
|
||||
} else {
|
||||
pop(card)
|
||||
.on_show(Message::ImagePoppedIn(metadata.id))
|
||||
.on_show(|_| Message::ImagePoppedIn(metadata.id))
|
||||
.into()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue