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

fix: ComponentInspector icon should be greyed out or not shown when componentInspector: false is set in the nuxt config file #742

Open
HummingMind opened this issue Sep 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@HummingMind
Copy link

🐛 The bug

Disabling the Component Inspector via the nuxt config file: devtools: { componentInspector: false, enabled: true } does not disable the inspector icon in the devtools UI. So if yo click on it, you get stuck, because you cannot select anything, but you also can't cancel out of it.

image

So I have to reload the page to continue.

🛠️ To reproduce

Any nuxt app

🌈 Expected behavior

The inspector icon/button should either be greyed out (disabled) or now be shown in the first place, since the functionality is disabled.

ℹ️ Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant