do not close the object inspector
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 it will hide the tooltip on the webpage and also the object inspector in the ember inspector. Hiding tooltip is enough. Keep inspector open so i can debug my app, interact with my app and see changes directly in ember-inspector/ object inspector
fixes #2013
what about this one @rwwagner90 ? Unless you do not see this issue?
@patricklx I have been trying to decide what the correct behavior is here. It could be confusing to have the object inspector open when you have nothing selected.
@rwwagner90 right, but it will still be selected in the ember inspector. Just no tooltip.
Any new thought about this? Maybe also include @chancancode, according to git blame wrote most of this https://github.com/emberjs/ember-inspector/blame/20e8c91051870b881c5741110c731512fc3cb6ba/ember_debug/libs/view-inspection.js#L386