all repos — searchix @ 8a01ebe77267505266bcb7290b6571f89585a5ef

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: instruct browsers to dismiss dialogs on outside clicks

Alin
commit

8a01ebe77267505266bcb7290b6571f89585a5ef

parent

b5fad88db937335a867ef9fda677339f4aa1bba3

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/components/dev.gointernal/components/dev.go
@@ -16,6 +16,7 @@ Class("open-sibling-dialog"),
g.Text(strconv.FormatFloat(h.Score, 'f', 2, 64)), ), Dialog( + ClosedBy("any"), Button(AutoFocus(), g.Text("Close")), Pre(g.Text(h.Expl.String())), ),