mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 08:15:26 +00:00
🚑 HOTFIX - Theme editors close function was breaking instant-search while modal open
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user