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.
Maybe we can disable combo key via set
toggleComboKey
isfalse
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 settoggleButtonVisibility
an empty string and runpnpm dev
.