diff --git a/web/src/pages/Edit/components/Theme.vue b/web/src/pages/Edit/components/Theme.vue index 9b6c6c8b..f35b588a 100644 --- a/web/src/pages/Edit/components/Theme.vue +++ b/web/src/pages/Edit/components/Theme.vue @@ -152,7 +152,7 @@ export default { type: 'warning' }) .then(() => { - this.mindMap.setThemeConfig({}) + this.mindMap.setThemeConfig({}, true) this.changeTheme(theme, {}) }) .catch(() => {