1
0

fix(navigation): do not hide shadows of dropdown menu

This commit is contained in:
kolaente
2024-04-09 13:07:01 +02:00
parent 8458e77341
commit ee3d20e1d2
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"eslint.packageManager": "pnpm",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.format.enable": true,
"[javascript]": {