mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
🚑 HOTFIX - Theme editors close function was breaking instant-search while modal open
This commit is contained in:
parent
a05998f611
commit
3781d119de
@ -98,7 +98,7 @@ export default {
|
|||||||
},
|
},
|
||||||
/* Closes the theme color configurator popup */
|
/* Closes the theme color configurator popup */
|
||||||
closeThemeConfigurator() {
|
closeThemeConfigurator() {
|
||||||
this.$emit('modalChanged', false);
|
// this.$emit('modalChanged', false);
|
||||||
this.themeConfiguratorOpen = false;
|
this.themeConfiguratorOpen = false;
|
||||||
},
|
},
|
||||||
/* Updates theme. Checks if the new theme is local or external,
|
/* Updates theme. Checks if the new theme is local or external,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user