Merge pull request #845 from ayn2op/focusable-image

fix: set focus on internal Box for Image widget
pull/848/head
rivo 1 year ago committed by GitHub
commit 51ba3688bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -290,6 +290,8 @@ func (i *Image) Focus(delegate func(p Primitive)) {
i.finished(-1)
return
}
i.Box.Focus(delegate)
}
// render re-populates the [Image.pixels] slice besed on the current settings,

Loading…
Cancel
Save