зеркало из https://github.com/Azure/apim-lab.git
when using dark mode , white flash appears #17
This commit is contained in:
Родитель
12bb053725
Коммит
a80046f618
|
@ -1,12 +1,12 @@
|
|||
window.matchMedia('(prefers-color-scheme: dark)')
|
||||
.addEventListener('change', event => {
|
||||
if (event.matches) {
|
||||
jtd.setTheme('dark');
|
||||
} else {
|
||||
jtd.setTheme('light');
|
||||
}
|
||||
});
|
||||
// window.matchMedia('(prefers-color-scheme: dark)')
|
||||
// .addEventListener('change', event => {
|
||||
// if (event.matches) {
|
||||
// jtd.setTheme('dark');
|
||||
// } else {
|
||||
// jtd.setTheme('light');
|
||||
// }
|
||||
// });
|
||||
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
jtd.setTheme('dark');
|
||||
}
|
||||
// if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
// jtd.setTheme('dark');
|
||||
// }
|
Загрузка…
Ссылка в новой задаче