From cb7d11ed15c5207f12ee986341f7fdfdccacf48c Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko <2277098+anoshenko@users.noreply.github.com> Date: Sat, 2 Aug 2025 19:33:40 +0300 Subject: [PATCH] Bug fixing --- view.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "") }