mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
force re-rerender when switching themes (#374)
This commit is contained in:
parent
ab21591314
commit
b5022c555a
@ -1215,6 +1215,7 @@ class Model {
|
|||||||
}
|
}
|
||||||
if (themeUpdated) {
|
if (themeUpdated) {
|
||||||
loadTheme(newTheme);
|
loadTheme(newTheme);
|
||||||
|
this.bumpRenderVersion();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user