Compare commits
2 commits
f8b39faae7
...
0da9ba1b7a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0da9ba1b7a | ||
|
|
69f684cb64 |
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ export const normalizeThemeData = (input) => {
|
|||
themeSource = input.source
|
||||
} else if (
|
||||
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
|
||||
Object.prototype.hasOwnProperty.call(input, 'bg')
|
||||
Object.prototype.hasOwnProperty.call(input, 'colors')
|
||||
) {
|
||||
// We got passed a source/snapshot
|
||||
themeData = input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue