fix: various

- temporarily comment out quote interval
- fix background transition on firefox
This commit is contained in:
alexsparkes
2022-11-15 20:12:18 +00:00
parent b18113d468
commit 146c74e0cb
3 changed files with 30 additions and 25 deletions

View File

@@ -137,13 +137,13 @@ export default class BackgroundSettings extends PureComponent {
{category.count})
</MenuItem>
))}
</Dropdown>
</Dropdown>*/}
<ChipSelect
label={variables.getMessage('modals.main.settings.sections.background.category')}
options={this.state.backgroundCategories}
name="apiCategories"
></ChipSelect>
*/}
</>
)}
<Dropdown