webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
696 stars 74 forks source link

can we disable combo key when `toggleComboKey` is `false` or empty string #45

Closed Mini-ghost closed 1 year ago

Mini-ghost commented 1 year ago

Maybe we can disable combo key via set toggleComboKey is false or empty string or other?

In currently, we set toggleButtonVisibility: 'always' so we hope we can disable combo key to toggle inspector. But it will throw an error when we set toggleButtonVisibility an empty string and run pnpm dev.