vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Jumping to top of Apps list #2135

Open sschneider-ihre-pvs opened 9 months ago

sschneider-ihre-pvs commented 9 months ago

Vue devtools version

6.5.1

Link to minimal reproduction

/

Steps to reproduce & screenshots

When two apps are active like with portals teleport with appname app and dialog for example. When I select a component in the app dialog it switches back to app.

What is expected?

When a component is selected in one app, stay in that app.

What is actually happening?

When a component in a different app than app is select it switches back to app

System Info

firefox, edge
windows 10

vue 3.4.15

Any additional comments?

No response

tongxuanbao commented 8 months ago

I am having the same problem