mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
#855 - Fix collapsible state
This commit is contained in:
+2
-1
@@ -12,6 +12,7 @@
|
||||
"no-throw-literal": "error",
|
||||
"no-unused-expressions": "error",
|
||||
"curly": "error",
|
||||
"class-methods-use-this": "warn"
|
||||
"class-methods-use-this": "warn",
|
||||
"no-console": "warn"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## [10.4.1] - 2024-09-27
|
||||
|
||||
- [#855](https://github.com/estruyf/vscode-front-matter/issues/855): Fix in panel sections
|
||||
|
||||
## [10.4.0] - 2024-09-25 - [Release notes](https://beta.frontmatter.codes/updates/v10.4.0)
|
||||
|
||||
### ✨ New features
|
||||
|
||||
@@ -27,7 +27,6 @@ const Collapsible: React.FunctionComponent<ICollapsibleProps> = ({
|
||||
}
|
||||
|
||||
const prevState: any = Messenger.getState();
|
||||
console.log(collapseKey, prevState[collapseKey]);
|
||||
|
||||
if (
|
||||
!prevState ||
|
||||
|
||||
Reference in New Issue
Block a user