|
|
|
@ -114,7 +114,7 @@ class Editor extends Plugin { |
|
|
|
|
this.currentTheme = translateTheme(theme) |
|
|
|
|
this.renderComponent() |
|
|
|
|
}) |
|
|
|
|
this.call('theme', 'currentTheme', (theme) => {
|
|
|
|
|
this.call('theme', 'currentTheme', (theme) => { |
|
|
|
|
this.currentTheme = translateTheme(theme) |
|
|
|
|
this.renderComponent() |
|
|
|
|
}) |
|
|
|
|