File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/panelWebView/components Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1212 "no-throw-literal" : " error" ,
1313 "no-unused-expressions" : " error" ,
1414 "curly" : " error" ,
15- "class-methods-use-this" : " warn"
15+ "class-methods-use-this" : " warn" ,
16+ "no-console" : " warn"
1617 }
1718}
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 10.4.1] - 2024-09-27
4+
5+ - [ #855 ] ( https://github.com/estruyf/vscode-front-matter/issues/855 ) : Fix in panel sections
6+
37## [ 10.4.0] - 2024-09-25 - [ Release notes] ( https://beta.frontmatter.codes/updates/v10.4.0 )
48
59### ✨ New features
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ const Collapsible: React.FunctionComponent<ICollapsibleProps> = ({
2727 }
2828
2929 const prevState : any = Messenger . getState ( ) ;
30- console . log ( collapseKey , prevState [ collapseKey ] ) ;
3130
3231 if (
3332 ! prevState ||
You can’t perform that action at this time.
0 commit comments