mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-12 11:52:50 +02:00
#716 - Missing class
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
### 🐞 Fixes
|
||||
|
||||
- [#716](https://github.com/estruyf/vscode-front-matter/issues/716): Fix `dataFile` dropdown class
|
||||
- [#768](https://github.com/estruyf/vscode-front-matter/issues/768): Update broken link to the documentation
|
||||
- [#771](https://github.com/estruyf/vscode-front-matter/issues/771): Fix lowercase `data` tab label
|
||||
- [#782](https://github.com/estruyf/vscode-front-matter/issues/782): Fix for setting the correct view when inserting media or snippets
|
||||
|
||||
@@ -166,7 +166,7 @@ export const DataFileField: React.FunctionComponent<IDataFileFieldProps> = ({
|
||||
</button>
|
||||
|
||||
<ul
|
||||
className={`metadata_field__choice_list ${isOpen ? 'open' : 'closed'}`}
|
||||
className={`field_dropdown metadata_field__choice_list ${isOpen ? 'open' : 'closed'}`}
|
||||
style={{
|
||||
bottom: getDropdownStyle(isOpen)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user