diff --git a/view.go b/view.go index 99f6ede..7cba79a 100644 --- a/view.go +++ b/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", "") }