You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads within a pink Hydra that have { exit = true } seem to work just fine, but when explicitly calling Hydra:exit() the hint is closed but the keys are not unmapped. In order to get this to work, I have to do something like:
localh=Hydra({...})
...h.layer:exit()
h:exit()
when I believe I should not have to explicitly call exit on the layer itself.
The text was updated successfully, but these errors were encountered:
levouh
changed the title
[Bug]: Hydra:exit does not call Hydra.layer.exit for pink Hydra
[Bug]: Pink Hydra:exit does not call Hydra.layer.exit
Dec 29, 2022
Heads within a
pink
Hydra that have{ exit = true }
seem to work just fine, but when explicitly callingHydra:exit()
the hint is closed but the keys are not unmapped. In order to get this to work, I have to do something like:when I believe I should not have to explicitly call
exit
on thelayer
itself.The text was updated successfully, but these errors were encountered: