Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Pink Hydra:exit does not call Hydra.layer.exit #68

Open
levouh opened this issue Dec 29, 2022 · 0 comments
Open

[Bug]: Pink Hydra:exit does not call Hydra.layer.exit #68

levouh opened this issue Dec 29, 2022 · 0 comments

Comments

@levouh
Copy link

levouh commented Dec 29, 2022

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:

local h = Hydra({...})

...

h.layer:exit()
h:exit()

when I believe I should not have to explicitly call exit on the layer itself.

@levouh 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant