Optimize CE()

This commit is contained in:
redphx
2024-12-23 05:55:11 +07:00
parent 560a4c309c
commit 03b7c7358e
27 changed files with 179 additions and 173 deletions

View File

@@ -164,7 +164,7 @@ body::-webkit-scrollbar {
`);
}
const $style = CE('style', {}, css);
const $style = CE('style', false, css);
document.documentElement.appendChild($style);
}