I have a clean install of Docus with Nuxt Studio enabled.
When I click 'Edit this page' to edit with Nuxt Studio, I can't type the letter 'd' in the editor - instead it toggles Docus' colour mode between light and dark.
I've tried setting a fixed colour mode by setting docus.colorMode to light in app.config.ts, but the d key still seems to be captured. Typing it does seem to work sporadically, but most of the time it doesn't.
Clean install of Docus/Nuxt/Nuxt Studio via npx create-docus [project-name] and npx nuxt module add nuxt-studio
Installed versions:
- Docus 5.12.2
- Nuxt 4.4.8
- Nuxt Studio 1.7.0
I have a clean install of Docus with Nuxt Studio enabled.
When I click 'Edit this page' to edit with Nuxt Studio, I can't type the letter 'd' in the editor - instead it toggles Docus' colour mode between light and dark.
I've tried setting a fixed colour mode by setting
docus.colorModetolightinapp.config.ts, but thedkey still seems to be captured. Typing it does seem to work sporadically, but most of the time it doesn't.Clean install of Docus/Nuxt/Nuxt Studio via
npx create-docus [project-name]andnpx nuxt module add nuxt-studioInstalled versions: