From 00a9e59bc2424f0fd4df8835b9dfb1a010632fe4 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 21 Dec 2021 15:25:27 +0100 Subject: [PATCH] #208 - Fix collapse section issue --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ca4417..6fdf5c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 47290bcf..a5fa9f03 100644 --- a/package.json +++ b/package.json @@ -1125,7 +1125,7 @@ "view/title": [ { "command": "frontMatter.collapseSections", - "group": "navigation" + "group": "frontmatter-explorer" } ] },