Skip to content

Fix emberApp's query selector#730

Merged
teddyzeenny merged 1 commit intoemberjs:masterfrom
inkless:master
Oct 31, 2017
Merged

Fix emberApp's query selector#730
teddyzeenny merged 1 commit intoemberjs:masterfrom
inkless:master

Conversation

@inkless
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants