biome-query: fix group selector

This commit is contained in:
Pavel Korytov 2023-07-16 13:21:43 +03:00
parent 1655c69a3b
commit 0feb5ae6cf

View file

@ -703,7 +703,8 @@ list of parent sections."
(let* ((section ',section)
(param (alist-get :param section)))
(if (or (null param)
(equal param (alist-get :group biome-query-current)))
(equal param (alist-get :group biome-query-current))
(not (member param biome-query-groups)))
(biome-query--section section ',parents)
(message "Need to activate group: %s" param))))
:transient transient--do-replace))