🚑 HOTFIX - Theme editors close function was breaking instant-search while modal open

This commit is contained in:
Alicia Sykes 2021-07-19 22:22:39 +01:00
parent a05998f611
commit 3781d119de
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export default {
},
/* Closes the theme color configurator popup */
closeThemeConfigurator() {
this.$emit('modalChanged', false);
// this.$emit('modalChanged', false);
this.themeConfiguratorOpen = false;
},
/* Updates theme. Checks if the new theme is local or external,