Patrick Pircher
                                            Patrick Pircher
                                        
                                    when selecting a component on the webpage, e.g via context menu. a tooltip will show in the website highlighting the selected component. after clicking outside the tooltip or clicking escape...
The object inspector closes when i click on anything on the website which i am debugging. It should stay open so I can inspect the values in the component while...
Also, put the length property at the top
this is with npm sass . relative import fails when it starts with 2 dots `@import ../some-style`. I also checked how fs.existsSync handles paths with `..` in it. on linux...
When using ember inspector and loading data through api it can cause a tracking assertion for [] and also ["Assertion Failed: Illegal set of identifier"](https://github.com/emberjs/ember-inspector/issues/1875#) this happens when the type...
version: 3.0.5 Search input is shown on top of all options. This makes it sometimes invisible, when options extend over the visible page. expected: * Search input should be shown...
fixes #572 fixes #535
## Description If you call find 2 times, once with raw: true and once without, the second will use the same options from the first. ## Steps to reproduce ```...
I suggest to rename this so to prevent confusion. the native inspect opens the inspect tools itself, but thats not possible to do with an extension.
fixes #1536, fixes #1387 ## Description shows args for template only components in the object inspector ## Screenshots 