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

Use [class='ember-view'] selector to exclude anything with extra classes #874

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

RobbieTheWagner
Copy link
Member

This should exclude liquid-fire elements or various others that add classes to the application container ember-view.

If you were adding your own classes to the application container, this would break, but I think this supports the majority of cases, and application wrappers are disabled by a lot of people these days anyway.

Resolves #419

@emberjs/inspector what do you guys think of this? It would hide liquid-fire etc from the view tree, but I think that is okay?

This should exclude liquid-fire elements or various others that add classes to the application container ember-view.

If you were adding your own classes to the application container, this would break, but I think this supports the majority of cases, and application wrappers are disabled by a lot of people these days anyway.

Resolves #419
@RobbieTheWagner RobbieTheWagner merged commit 2d072aa into master Oct 9, 2018
@RobbieTheWagner RobbieTheWagner deleted the target-only-ember-view branch October 9, 2018 15:02
cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this pull request Mar 30, 2022
…ses (emberjs#874)

This should exclude liquid-fire elements or various others that add classes to the application container ember-view.

If you were adding your own classes to the application container, this would break, but I think this supports the majority of cases, and application wrappers are disabled by a lot of people these days anyway.

Resolves emberjs#419
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.

None yet

2 participants