mirror of https://github.com/anoshenko/rui.git
Update popup.go
This commit is contained in:
parent
6aae7f2272
commit
167fbd2fd8
2
popup.go
2
popup.go
|
|
@ -989,6 +989,8 @@ func (popup *popupData) dismissAnimation(listener func(PropertyName)) bool {
|
||||||
if transform != nil {
|
if transform != nil {
|
||||||
session.updateCSSProperty(htmlID, string(Transform), transform.transformCSS(session))
|
session.updateCSSProperty(htmlID, string(Transform), transform.transformCSS(session))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Set(popup.layerView, popupArrowID, Visibility, Invisible)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue