mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
biome-query: fix group selector
This commit is contained in:
parent
1655c69a3b
commit
0feb5ae6cf
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue