We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33338bd commit 895be5bCopy full SHA for 895be5b
app/pages/package-code/[[org]]/[packageName]/v/[version]/[...filePath].vue
@@ -292,7 +292,7 @@ onPrehydrate(el => {
292
const settingsSaved = JSON.parse(localStorage.getItem('npmx-settings') || '{}')
293
const container = el.querySelector('#code-page-container')
294
295
- if (settingsSaved?.codeContainerFull === true && container) {
+ if (settingsSaved?.codeContainerFull !== false && container) {
296
container.classList.add('container-full')
297
}
298
})
0 commit comments