#208 - Fix collapse section issue

This commit is contained in:
Elio Struyf
2021-12-21 15:25:27 +01:00
parent 2b2843234e
commit 00a9e59bc2
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
### 🐞 Fixes
- [#207](https://github.com/estruyf/vscode-front-matter/issues/207): Fix the quick picks for content creation
- [#208](https://github.com/estruyf/vscode-front-matter/issues/208): Fix for the collapse sections action so that it is not available everywhere, but only on the Front Matter panel
## [5.7.0] - 2021-12-07 - [Release Notes](https://beta.frontmatter.codes/updates/v5.7.0)

View File

@@ -1125,7 +1125,7 @@
"view/title": [
{
"command": "frontMatter.collapseSections",
"group": "navigation"
"group": "frontmatter-explorer"
}
]
},