mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 18:37:43 +08:00
Demo:修复覆盖方式切换主题时第一次切换不生效的问题
This commit is contained in:
parent
ba77fde93b
commit
5d433cce16
@ -152,7 +152,7 @@ export default {
|
||||
type: 'warning'
|
||||
})
|
||||
.then(() => {
|
||||
this.mindMap.setThemeConfig({})
|
||||
this.mindMap.setThemeConfig({}, true)
|
||||
this.changeTheme(theme, {})
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user