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

Don't evaluate getters when looking for handlers #757

Merged

Conversation

wagenet
Copy link
Contributor

@wagenet wagenet commented Oct 11, 2023

When working with classic properties, ember-keyboard crawls all properties to look for handlers. However, this would evaluate computed properties which is something we should avoid.

@wagenet wagenet force-pushed the no-evaluation-of-getters branch 2 times, most recently from a0e3414 to 083e700 Compare October 11, 2023 19:38
@wagenet wagenet force-pushed the no-evaluation-of-getters branch from 083e700 to 8b9a841 Compare October 11, 2023 19:39
@NullVoxPopuli NullVoxPopuli merged commit 77bdb1e into adopted-ember-addons:master Aug 23, 2024
2 checks passed
@github-actions github-actions bot mentioned this pull request Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants