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

Fix emberApp's query selector #730

Merged
merged 1 commit into from
Oct 31, 2017
Merged

Fix emberApp's query selector #730

merged 1 commit into from
Oct 31, 2017

Conversation

inkless
Copy link
Contributor

@inkless inkless commented Oct 30, 2017

The applicationView's selector was hard coded to body > .ember-view,
this does not work for applications that are not using body as their
rootElement. We need to respect rootElement.

The applicationView's selector was hard coded to `body > .ember-view`,
this does not work for applications that are not using body as their
rootElement. We need to respect rootElement.
@teddyzeenny teddyzeenny merged commit 06acfc7 into emberjs:master Oct 31, 2017
@teddyzeenny
Copy link
Contributor

Thanks!

cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this pull request Mar 30, 2022
The applicationView's selector was hard coded to `body > .ember-view`,
this does not work for applications that are not using body as their
rootElement. We need to respect rootElement.
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

Successfully merging this pull request may close these issues.

None yet

2 participants