From 38dafc42c6f4eefd2cc06f187497c5bd485b7c18 Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko Date: Tue, 26 Jul 2022 18:24:04 +0300 Subject: [PATCH] Bug fixing --- popup.go | 1 + 1 file changed, 1 insertion(+) diff --git a/popup.go b/popup.go index b4ac0e3..9f0177f 100644 --- a/popup.go +++ b/popup.go @@ -201,6 +201,7 @@ func (popup *popupData) init(view View, params Params) { CellVerticalAlign: CenterAlign, TextSize: Px(20), Content: "✕", + NotTranslate: true, ClickEvent: func(View) { popup.Dismiss() },