mirror of https://github.com/anoshenko/rui.git
Bug fixing
This commit is contained in:
parent
8fae202d75
commit
cb7d11ed15
2
view.go
2
view.go
|
@ -681,7 +681,7 @@ func (view *viewData) propertyChanged(tag PropertyName) {
|
|||
session.callFunc("hideTooltip")
|
||||
|
||||
default:
|
||||
session.updateCSSProperty(htmlID, string(Visibility), "visible")
|
||||
session.updateCSSProperty(htmlID, string(Visibility), "")
|
||||
session.updateCSSProperty(htmlID, "display", "")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue